Html Css Color HEX #FED435 Sunglow

📋 copy color: '#FED435'

red 254 ◦ green 212 ◦ blue 53

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

Shades of Sunglow #FED435

Tints of Sunglow #FED435

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.85%

 BLUE value IS 53 (21.09% from 255) = 10.21%

R = 48.94%
G = 40.85%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#FED435 (or 0xFED435) is known color: Sunglow. HEX triplet: FE, D4 and 35. RGB value is (254,212,53). Sum of RGB (Red+Green+Blue) = 254+212+53=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 53 (21.09% from 255 or 10.21% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FED435 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED435 is #012BCA. Grayscale: #CFCFCF. Windows color (decimal): -76747 or 3527934. OLE color: 3527934.

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

Color convert

RGB 254 212 53 -
CMYK 0 0.17 0.79 0.00
HSL 47.46º 0.99% 0.6% -
HSV(B) 47.46º 0.79% 1% -
XYZ 65.06 68.41 13.14 -
YUV 206.43 41.41 161.93 -
System Red Green Blue C M Y K H S L
Decimal 254 212 53 0 0.17 0.79 0.00 47.46 0.99 0.6
Hex FE D4 35 0 11 4F 0 2F 63 3C
Octal 376 324 65 0 21 117 0 57 143 74
Binary 11111110 11010100 110101 0 10001 1001111 0 101111 1100011 111100

Color Harmonies of #FED435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED435

Black with #FED435

Text Example


Text Example

White with #FED435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED435; }

 p { color: rgb(254,212,53); }

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

background-color css

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

 a { background-color: rgb(254,212,53); }

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

border-color css

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

 span { border-color: rgb(254,212,53); }

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