Html Css Color HEX #FFD632 Sunglow

📋 copy color: '#FFD632'

red 255 ◦ green 214 ◦ blue 50

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

Shades of Sunglow #FFD632

Tints of Sunglow #FFD632

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.23%

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

R = 49.13%
G = 41.23%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FFD632 (or 0xFFD632) is known color: Sunglow. HEX triplet: FF, D6 and 32. RGB value is (255,214,50). Sum of RGB (Red+Green+Blue) = 255+214+50=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 50 (19.92% from 255 or 9.63% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD632 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD632 is #0029CD. Grayscale: #D0D0D0. Windows color (decimal): -10702 or 3331839. OLE color: 3331839.

HSL color Cylindrical-coordinate representation of color #FFD632: hue angle of 48º 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 #FFD632 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB 255 214 50 -
CMYK 0 0.16 0.80 0
HSL 48º 1% 0.6% -
HSV(B) 48º 0.8% 1% -
XYZ 65.86 69.58 12.98 -
YUV 207.56 39.08 161.84 -
System Red Green Blue C M Y K H S L
Decimal 255 214 50 0 0.16 0.80 0 48 1 0.6
Hex FF D6 32 0 10 50 0 30 64 3C
Octal 377 326 62 0 20 120 0 60 144 74
Binary 11111111 11010110 110010 0 10000 1010000 0 110000 1100100 111100

Color Harmonies of #FFD632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD632

Black with #FFD632

Text Example


Text Example

White with #FFD632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD632; }

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

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

background-color css

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

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

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

border-color css

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

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

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