Html Css Color HEX #FFD432 Sunglow

📋 copy color: '#FFD432'

red 255 ◦ green 212 ◦ blue 50

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

Shades of Sunglow #FFD432

Tints of Sunglow #FFD432

RGB

 RED value IS 255 (100% from 255) = 49.32%

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

 BLUE value IS 50 (19.92% from 255) = 9.67%

R = 49.32%
G = 41.01%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FFD432 (or 0xFFD432) is known color: Sunglow. HEX triplet: FF, D4 and 32. RGB value is (255,212,50). Sum of RGB (Red+Green+Blue) = 255+212+50=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 50 (19.92% from 255 or 9.67% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD432 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD432 is #002BCD. Grayscale: #CFCFCF. Windows color (decimal): -11214 or 3331327. OLE color: 3331327.

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

Color convert

RGB 255 212 50 -
CMYK 0 0.17 0.80 0
HSL 47.41º 1% 0.6% -
HSV(B) 47.41º 0.8% 1% -
XYZ 65.36 68.58 12.81 -
YUV 206.39 39.75 162.67 -
System Red Green Blue C M Y K H S L
Decimal 255 212 50 0 0.17 0.80 0 47.41 1 0.6
Hex FF D4 32 0 11 50 0 2F 64 3C
Octal 377 324 62 0 21 120 0 57 144 74
Binary 11111111 11010100 110010 0 10001 1010000 0 101111 1100100 111100

Color Harmonies of #FFD432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD432

Black with #FFD432

Text Example


Text Example

White with #FFD432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD432; }

 p { color: rgb(255,212,50); }

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

background-color css

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

 a { background-color: rgb(255,212,50); }

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

border-color css

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

 span { border-color: rgb(255,212,50); }

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