Html Css Color HEX #FBC630 Saffron

📋 copy color: '#FBC630'

red 251 ◦ green 198 ◦ blue 48

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

Shades of Saffron #FBC630

Tints of Saffron #FBC630

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.84%

 BLUE value IS 48 (19.14% from 255) = 9.66%

R = 50.5%
G = 39.84%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FBC630 (or 0xFBC630) is known color: Saffron. HEX triplet: FB, C6 and 30. RGB value is (251,198,48). Sum of RGB (Red+Green+Blue) = 251+198+48=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 48 (19.14% from 255 or 9.66% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC630 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC630 is #0439CF. Grayscale: #C5C5C5. Windows color (decimal): -276944 or 3196667. OLE color: 3196667.

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

Color convert

RGB 251 198 48 -
CMYK 0 0.21 0.81 0.02
HSL 44.33º 0.96% 0.59% -
HSV(B) 44.33º 0.81% 0.98% -
XYZ 60.51 61.11 11.4 -
YUV 196.75 44.06 166.7 -
System Red Green Blue C M Y K H S L
Decimal 251 198 48 0 0.21 0.81 0.02 44.33 0.96 0.59
Hex FB C6 30 0 15 51 2 2C 60 3B
Octal 373 306 60 0 25 121 2 54 140 73
Binary 11111011 11000110 110000 0 10101 1010001 10 101100 1100000 111011

Color Harmonies of #FBC630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC630

Black with #FBC630

Text Example


Text Example

White with #FBC630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC630; }

 p { color: rgb(251,198,48); }

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

background-color css

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

 a { background-color: rgb(251,198,48); }

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

border-color css

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

 span { border-color: rgb(251,198,48); }

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