Html Css Color HEX #FBCF31 Sunglow

📋 copy color: '#FBCF31'

red 251 ◦ green 207 ◦ blue 49

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

Shades of Sunglow #FBCF31

Tints of Sunglow #FBCF31

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.83%

 BLUE value IS 49 (19.53% from 255) = 9.66%

R = 49.51%
G = 40.83%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FBCF31 (or 0xFBCF31) is known color: Sunglow. HEX triplet: FB, CF and 31. RGB value is (251,207,49). Sum of RGB (Red+Green+Blue) = 251+207+49=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 49 (19.53% from 255 or 9.66% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCF31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCF31 is #0430CE. Grayscale: #CACACA. Windows color (decimal): -274639 or 3264507. OLE color: 3264507.

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

Color convert

RGB 251 207 49 -
CMYK 0 0.18 0.80 0.02
HSL 46.93º 0.96% 0.59% -
HSV(B) 46.93º 0.8% 0.98% -
XYZ 62.65 65.36 12.22 -
YUV 202.14 41.58 162.85 -
System Red Green Blue C M Y K H S L
Decimal 251 207 49 0 0.18 0.80 0.02 46.93 0.96 0.59
Hex FB CF 31 0 12 50 2 2F 60 3B
Octal 373 317 61 0 22 120 2 57 140 73
Binary 11111011 11001111 110001 0 10010 1010000 10 101111 1100000 111011

Color Harmonies of #FBCF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCF31

Black with #FBCF31

Text Example


Text Example

White with #FBCF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCF31; }

 p { color: rgb(251,207,49); }

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

background-color css

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

 a { background-color: rgb(251,207,49); }

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

border-color css

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

 span { border-color: rgb(251,207,49); }

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