Html Css Color HEX #FED02C Sunglow

📋 copy color: '#FED02C'

red 254 ◦ green 208 ◦ blue 44

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

Shades of Sunglow #FED02C

Tints of Sunglow #FED02C

RGB

 RED value IS 254 (99.61% from 255) = 50.2%

 GREEN value IS 208 (81.64% from 255) = 41.11%

 BLUE value IS 44 (17.58% from 255) = 8.7%

R = 50.2%
G = 41.11%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FED02C (or 0xFED02C) is known color: Sunglow. HEX triplet: FE, D0 and 2C. RGB value is (254,208,44). Sum of RGB (Red+Green+Blue) = 254+208+44=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 44 (17.58% from 255 or 8.70% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FED02C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED02C is #012FD3. Grayscale: #CBCBCB. Windows color (decimal): -77780 or 2937086. OLE color: 2937086.

HSL color Cylindrical-coordinate representation of color #FED02C: hue angle of 46.86º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FED02C is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 208 44 -
CMYK 0 0.18 0.83 0.00
HSL 46.86º 0.99% 0.58% -
HSV(B) 46.86º 0.83% 1% -
XYZ 63.88 66.36 11.83 -
YUV 203.06 38.24 164.34 -
System Red Green Blue C M Y K H S L
Decimal 254 208 44 0 0.18 0.83 0.00 46.86 0.99 0.58
Hex FE D0 2C 0 12 53 0 2F 63 3A
Octal 376 320 54 0 22 123 0 57 143 72
Binary 11111110 11010000 101100 0 10010 1010011 0 101111 1100011 111010

Color Harmonies of #FED02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED02C

Black with #FED02C

Text Example


Text Example

White with #FED02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED02C; }

 p { color: rgb(254,208,44); }

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

background-color css

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

 a { background-color: rgb(254,208,44); }

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

border-color css

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

 span { border-color: rgb(254,208,44); }

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