Html Css Color HEX #FBCD31 Sunglow

📋 copy color: '#FBCD31'

red 251 ◦ green 205 ◦ blue 49

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

Shades of Sunglow #FBCD31

Tints of Sunglow #FBCD31

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.59%

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

R = 49.7%
G = 40.59%
B = 9.7%

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

#FBCD31 (or 0xFBCD31) is known color: Sunglow. HEX triplet: FB, CD and 31. RGB value is (251,205,49). Sum of RGB (Red+Green+Blue) = 251+205+49=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 49 (19.53% from 255 or 9.70% from 505); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCD31 is #0432CE. Grayscale: #C9C9C9. Windows color (decimal): -275151 or 3263995. OLE color: 3263995.

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

Color convert

RGB 251 205 49 -
CMYK 0 0.18 0.80 0.02
HSL 46.34º 0.96% 0.59% -
HSV(B) 46.34º 0.8% 0.98% -
XYZ 62.17 64.39 12.06 -
YUV 200.97 42.24 163.68 -
System Red Green Blue C M Y K H S L
Decimal 251 205 49 0 0.18 0.80 0.02 46.34 0.96 0.59
Hex FB CD 31 0 12 50 2 2E 60 3B
Octal 373 315 61 0 22 120 2 56 140 73
Binary 11111011 11001101 110001 0 10010 1010000 10 101110 1100000 111011

Color Harmonies of #FBCD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCD31

Black with #FBCD31

Text Example


Text Example

White with #FBCD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCD31; }

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

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

background-color css

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

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

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

border-color css

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

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

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