Html Css Color HEX #F8C32B Saffron

📋 copy color: '#F8C32B'

red 248 ◦ green 195 ◦ blue 43

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

Shades of Saffron #F8C32B

Tints of Saffron #F8C32B

RGB

 RED value IS 248 (97.27% from 255) = 51.03%

 GREEN value IS 195 (76.56% from 255) = 40.12%

 BLUE value IS 43 (17.19% from 255) = 8.85%

R = 51.03%
G = 40.12%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F8C32B (or 0xF8C32B) is known color: Saffron. HEX triplet: F8, C3 and 2B. RGB value is (248,195,43). Sum of RGB (Red+Green+Blue) = 248+195+43=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 43 (17.19% from 255 or 8.85% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C32B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C32B is #073CD4. Grayscale: #C2C2C2. Windows color (decimal): -474325 or 2868216. OLE color: 2868216.

HSL color Cylindrical-coordinate representation of color #F8C32B: hue angle of 44.49º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F8C32B is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 195 43 -
CMYK 0 0.21 0.83 0.03
HSL 44.49º 0.94% 0.57% -
HSV(B) 44.49º 0.83% 0.97% -
XYZ 58.66 59.16 10.61 -
YUV 193.52 43.06 166.86 -
System Red Green Blue C M Y K H S L
Decimal 248 195 43 0 0.21 0.83 0.03 44.49 0.94 0.57
Hex F8 C3 2B 0 15 53 3 2C 5E 39
Octal 370 303 53 0 25 123 3 54 136 71
Binary 11111000 11000011 101011 0 10101 1010011 11 101100 1011110 111001

Color Harmonies of #F8C32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C32B

Black with #F8C32B

Text Example


Text Example

White with #F8C32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C32B; }

 p { color: rgb(248,195,43); }

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

background-color css

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

 a { background-color: rgb(248,195,43); }

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

border-color css

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

 span { border-color: rgb(248,195,43); }

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