Html Css Color HEX #FBD242 Sunglow

📋 copy color: '#FBD242'

red 251 ◦ green 210 ◦ blue 66

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

Shades of Sunglow #FBD242

Tints of Sunglow #FBD242

RGB

 RED value IS 251 (98.44% from 255) = 47.63%

 GREEN value IS 210 (82.42% from 255) = 39.85%

 BLUE value IS 66 (26.17% from 255) = 12.52%

R = 47.63%
G = 39.85%
B = 12.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FBD242 (or 0xFBD242) is known color: Sunglow. HEX triplet: FB, D2 and 42. RGB value is (251,210,66). Sum of RGB (Red+Green+Blue) = 251+210+66=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 66 (26.17% from 255 or 12.52% from 527); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD242 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBD242 is #042DBD. Grayscale: #CECECE. Windows color (decimal): -273854 or 4379387. OLE color: 4379387.

HSL color Cylindrical-coordinate representation of color #FBD242: hue angle of 46.7º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FBD242 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 210 66 -
CMYK 0 0.16 0.74 0.02
HSL 46.7º 0.96% 0.62% -
HSV(B) 46.7º 0.74% 0.98% -
XYZ 63.81 67 14.72 -
YUV 205.84 49.08 160.21 -
System Red Green Blue C M Y K H S L
Decimal 251 210 66 0 0.16 0.74 0.02 46.7 0.96 0.62
Hex FB D2 42 0 10 4A 2 2F 60 3E
Octal 373 322 102 0 20 112 2 57 140 76
Binary 11111011 11010010 1000010 0 10000 1001010 10 101111 1100000 111110

Color Harmonies of #FBD242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD242

Black with #FBD242

Text Example


Text Example

White with #FBD242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD242; }

 p { color: rgb(251,210,66); }

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

background-color css

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

 a { background-color: rgb(251,210,66); }

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

border-color css

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

 span { border-color: rgb(251,210,66); }

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