Html Css Color HEX #FBC82C Saffron

📋 copy color: '#FBC82C'

red 251 ◦ green 200 ◦ blue 44

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

Shades of Saffron #FBC82C

Tints of Saffron #FBC82C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.4%

 BLUE value IS 44 (17.58% from 255) = 8.89%

R = 50.71%
G = 40.4%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FBC82C (or 0xFBC82C) is known color: Saffron. HEX triplet: FB, C8 and 2C. RGB value is (251,200,44). Sum of RGB (Red+Green+Blue) = 251+200+44=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 44 (17.58% from 255 or 8.89% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC82C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC82C is #0437D3. Grayscale: #C6C6C6. Windows color (decimal): -276436 or 2935035. OLE color: 2935035.

HSL color Cylindrical-coordinate representation of color #FBC82C: hue angle of 45.22º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FBC82C is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 200 44 -
CMYK 0 0.20 0.82 0.02
HSL 45.22º 0.96% 0.58% -
HSV(B) 45.22º 0.82% 0.98% -
XYZ 60.89 62 11.14 -
YUV 197.47 41.4 166.18 -
System Red Green Blue C M Y K H S L
Decimal 251 200 44 0 0.20 0.82 0.02 45.22 0.96 0.58
Hex FB C8 2C 0 14 52 2 2D 60 3A
Octal 373 310 54 0 24 122 2 55 140 72
Binary 11111011 11001000 101100 0 10100 1010010 10 101101 1100000 111010

Color Harmonies of #FBC82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC82C

Black with #FBC82C

Text Example


Text Example

White with #FBC82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC82C; }

 p { color: rgb(251,200,44); }

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

background-color css

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

 a { background-color: rgb(251,200,44); }

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

border-color css

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

 span { border-color: rgb(251,200,44); }

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