Html Css Color HEX #FBC23B Saffron

📋 copy color: '#FBC23B'

red 251 ◦ green 194 ◦ blue 59

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

Shades of Saffron #FBC23B

Tints of Saffron #FBC23B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.49%

 BLUE value IS 59 (23.44% from 255) = 11.71%

R = 49.8%
G = 38.49%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FBC23B (or 0xFBC23B) is known color: Saffron. HEX triplet: FB, C2 and 3B. RGB value is (251,194,59). Sum of RGB (Red+Green+Blue) = 251+194+59=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 59 (23.44% from 255 or 11.71% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC23B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC23B is #043DC4. Grayscale: #C4C4C4. Windows color (decimal): -277957 or 3916539. OLE color: 3916539.

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

Color convert

RGB 251 194 59 -
CMYK 0 0.23 0.76 0.02
HSL 42.19º 0.96% 0.61% -
HSV(B) 42.19º 0.76% 0.98% -
XYZ 59.86 59.41 12.45 -
YUV 195.65 50.88 167.48 -
System Red Green Blue C M Y K H S L
Decimal 251 194 59 0 0.23 0.76 0.02 42.19 0.96 0.61
Hex FB C2 3B 0 17 4C 2 2A 60 3D
Octal 373 302 73 0 27 114 2 52 140 75
Binary 11111011 11000010 111011 0 10111 1001100 10 101010 1100000 111101

Color Harmonies of #FBC23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC23B

Black with #FBC23B

Text Example


Text Example

White with #FBC23B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC23B; }

 p { color: rgb(251,194,59); }

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

background-color css

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

 a { background-color: rgb(251,194,59); }

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

border-color css

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

 span { border-color: rgb(251,194,59); }

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