Html Css Color HEX #FDE702 Golden Yellow

📋 copy color: '#FDE702'

red 253 ◦ green 231 ◦ blue 2

#FDE702
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Yellow #FDE702

Tints of Golden Yellow #FDE702

RGB

 RED value IS 253 (99.22% from 255) = 52.06%

 GREEN value IS 231 (90.63% from 255) = 47.53%

 BLUE value IS 2 (1.17% from 255) = 0.41%

R = 52.06%
G = 47.53%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FDE702 (or 0xFDE702) is known color: Golden Yellow. HEX triplet: FD, E7 and 02. RGB value is (253,231,2). Sum of RGB (Red+Green+Blue) = 253+231+2=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 231 (90.62% from 255 or 47.53% from 486); Blue value is 2 (1.17% from 255 or 0.41% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE702 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDE702 is #0218FD. Grayscale: #D4D4D4. Windows color (decimal): -137470 or 190461. OLE color: 190461.

HSL color Cylindrical-coordinate representation of color #FDE702: hue angle of 54.74º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FDE702 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 231 2 -
CMYK 0 0.09 0.99 0.01
HSL 54.74º 0.98% 0.5% -
HSV(B) 54.74º 0.99% 0.99% -
XYZ 69.09 78.04 11.48 -
YUV 211.47 9.79 157.62 -
System Red Green Blue C M Y K H S L
Decimal 253 231 2 0 0.09 0.99 0.01 54.74 0.98 0.5
Hex FD E7 2 0 9 63 1 37 62 32
Octal 375 347 2 0 11 143 1 67 142 62
Binary 11111101 11100111 10 0 1001 1100011 1 110111 1100010 110010

Color Harmonies of #FDE702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE702

Black with #FDE702

Text Example


Text Example

White with #FDE702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE702; }

 p { color: rgb(253,231,2); }

 H1.HeaderClassName
 {
   color: #FDE702;
 }
 .AnyTagClassName
 {
   color: #FDE702;
 }
</style>

background-color css

<style>
 a { background-color: #FDE702; }

 a { background-color: rgb(253,231,2); }

 div.DivClassName
 {
   background-color: #FDE702;
 }
 .BgClassName
 {
   background-color: #FDE702;
 }
</style>

border-color css

<style>
 span { border-color: #FDE702; }

 span { border-color: rgb(253,231,2); }

 td.TdClassName
 {
   border-color: #FDE702;
 }
 .TagClassName
 {
   border-color: #FDE702;
 }
</style>