Html Css Color HEX #FBCB32 Sunglow

📋 copy color: '#FBCB32'

red 251 ◦ green 203 ◦ blue 50

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

Shades of Sunglow #FBCB32

Tints of Sunglow #FBCB32

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.28%

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

R = 49.8%
G = 40.28%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FBCB32 (or 0xFBCB32) is known color: Sunglow. HEX triplet: FB, CB and 32. RGB value is (251,203,50). Sum of RGB (Red+Green+Blue) = 251+203+50=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 50 (19.92% from 255 or 9.92% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCB32 is #0434CD. Grayscale: #C8C8C8. Windows color (decimal): -275662 or 3329019. OLE color: 3329019.

HSL color Cylindrical-coordinate representation of color #FBCB32: hue angle of 45.67º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FBCB32 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 203 50 -
CMYK 0 0.19 0.80 0.02
HSL 45.67º 0.96% 0.59% -
HSV(B) 45.67º 0.8% 0.98% -
XYZ 61.72 63.45 12.01 -
YUV 199.91 43.4 164.44 -
System Red Green Blue C M Y K H S L
Decimal 251 203 50 0 0.19 0.80 0.02 45.67 0.96 0.59
Hex FB CB 32 0 13 50 2 2E 60 3B
Octal 373 313 62 0 23 120 2 56 140 73
Binary 11111011 11001011 110010 0 10011 1010000 10 101110 1100000 111011

Color Harmonies of #FBCB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCB32

Black with #FBCB32

Text Example


Text Example

White with #FBCB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCB32; }

 p { color: rgb(251,203,50); }

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

background-color css

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

 a { background-color: rgb(251,203,50); }

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

border-color css

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

 span { border-color: rgb(251,203,50); }

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