Html Css Color HEX #FBCA32 Sunglow

📋 copy color: '#FBCA32'

red 251 ◦ green 202 ◦ blue 50

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

Shades of Sunglow #FBCA32

Tints of Sunglow #FBCA32

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.16%

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

R = 49.9%
G = 40.16%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FBCA32 (or 0xFBCA32) is known color: Sunglow. HEX triplet: FB, CA and 32. RGB value is (251,202,50). Sum of RGB (Red+Green+Blue) = 251+202+50=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 50 (19.92% from 255 or 9.94% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCA32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCA32 is #0435CD. Grayscale: #C7C7C7. Windows color (decimal): -275918 or 3328763. OLE color: 3328763.

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

Color convert

RGB 251 202 50 -
CMYK 0 0.20 0.80 0.02
HSL 45.37º 0.96% 0.59% -
HSV(B) 45.37º 0.8% 0.98% -
XYZ 61.48 62.98 11.93 -
YUV 199.32 43.73 164.86 -
System Red Green Blue C M Y K H S L
Decimal 251 202 50 0 0.20 0.80 0.02 45.37 0.96 0.59
Hex FB CA 32 0 14 50 2 2D 60 3B
Octal 373 312 62 0 24 120 2 55 140 73
Binary 11111011 11001010 110010 0 10100 1010000 10 101101 1100000 111011

Color Harmonies of #FBCA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCA32

Black with #FBCA32

Text Example


Text Example

White with #FBCA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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