Html Css Color HEX #FBC542 Sunglow

📋 copy color: '#FBC542'

red 251 ◦ green 197 ◦ blue 66

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

Shades of Sunglow #FBC542

Tints of Sunglow #FBC542

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.33%

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

R = 48.83%
G = 38.33%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FBC542 (or 0xFBC542) is known color: Sunglow. HEX triplet: FB, C5 and 42. RGB value is (251,197,66). Sum of RGB (Red+Green+Blue) = 251+197+66=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 66 (26.17% from 255 or 12.84% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC542 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC542 is #043ABD. Grayscale: #C6C6C6. Windows color (decimal): -277182 or 4376059. OLE color: 4376059.

HSL color Cylindrical-coordinate representation of color #FBC542: hue angle of 42.49º 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 #FBC542 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 197 66 -
CMYK 0 0.22 0.74 0.02
HSL 42.49º 0.96% 0.62% -
HSV(B) 42.49º 0.74% 0.98% -
XYZ 60.73 60.84 13.7 -
YUV 198.21 53.39 165.65 -
System Red Green Blue C M Y K H S L
Decimal 251 197 66 0 0.22 0.74 0.02 42.49 0.96 0.62
Hex FB C5 42 0 16 4A 2 2A 60 3E
Octal 373 305 102 0 26 112 2 52 140 76
Binary 11111011 11000101 1000010 0 10110 1001010 10 101010 1100000 111110

Color Harmonies of #FBC542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC542

Black with #FBC542

Text Example


Text Example

White with #FBC542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC542; }

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

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

background-color css

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

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

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

border-color css

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

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

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