Html Css Color HEX #F8C23B Saffron

📋 copy color: '#F8C23B'

red 248 ◦ green 194 ◦ blue 59

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

Shades of Saffron #F8C23B

Tints of Saffron #F8C23B

RGB

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

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

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

R = 49.5%
G = 38.72%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F8C23B (or 0xF8C23B) is known color: Saffron. HEX triplet: F8, C2 and 3B. RGB value is (248,194,59). Sum of RGB (Red+Green+Blue) = 248+194+59=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 59 (23.44% from 255 or 11.78% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C23B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C23B is #073DC4. Grayscale: #C3C3C3. Windows color (decimal): -474565 or 3916536. OLE color: 3916536.

HSL color Cylindrical-coordinate representation of color #F8C23B: hue angle of 42.86º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F8C23B is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 194 59 -
CMYK 0 0.22 0.76 0.03
HSL 42.86º 0.93% 0.6% -
HSV(B) 42.86º 0.76% 0.97% -
XYZ 58.79 58.86 12.4 -
YUV 194.76 51.39 165.98 -
System Red Green Blue C M Y K H S L
Decimal 248 194 59 0 0.22 0.76 0.03 42.86 0.93 0.6
Hex F8 C2 3B 0 16 4C 3 2B 5D 3C
Octal 370 302 73 0 26 114 3 53 135 74
Binary 11111000 11000010 111011 0 10110 1001100 11 101011 1011101 111100

Color Harmonies of #F8C23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C23B

Black with #F8C23B

Text Example


Text Example

White with #F8C23B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C23B; }

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

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

background-color css

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

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

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

border-color css

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

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

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