Html Css Color HEX #F8BE27 Saffron

📋 copy color: '#F8BE27'

red 248 ◦ green 190 ◦ blue 39

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

Shades of Saffron #F8BE27

Tints of Saffron #F8BE27

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.83%

 BLUE value IS 39 (15.63% from 255) = 8.18%

R = 51.99%
G = 39.83%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F8BE27 (or 0xF8BE27) is known color: Saffron. HEX triplet: F8, BE and 27. RGB value is (248,190,39). Sum of RGB (Red+Green+Blue) = 248+190+39=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 39 (15.62% from 255 or 8.18% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BE27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8BE27 is #0741D8. Grayscale: #BEBEBE. Windows color (decimal): -475609 or 2604792. OLE color: 2604792.

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

Color convert

RGB 248 190 39 -
CMYK 0 0.23 0.84 0.03
HSL 43.35º 0.94% 0.56% -
HSV(B) 43.35º 0.84% 0.97% -
XYZ 57.49 56.93 9.88 -
YUV 190.13 42.72 169.28 -
System Red Green Blue C M Y K H S L
Decimal 248 190 39 0 0.23 0.84 0.03 43.35 0.94 0.56
Hex F8 BE 27 0 17 54 3 2B 5E 38
Octal 370 276 47 0 27 124 3 53 136 70
Binary 11111000 10111110 100111 0 10111 1010100 11 101011 1011110 111000

Color Harmonies of #F8BE27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BE27

Black with #F8BE27

Text Example


Text Example

White with #F8BE27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BE27; }

 p { color: rgb(248,190,39); }

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

background-color css

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

 a { background-color: rgb(248,190,39); }

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

border-color css

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

 span { border-color: rgb(248,190,39); }

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