#F8B24F

Color #F8B24F Koromiko (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Koromiko #F8B24F

Tints of Koromiko #F8B24F

Color information

#F8B24F (or 0xF8B24F) is unknown color: approx Koromiko. HEX triplet: F8, B2 and 4F. RGB value is (248,178,79). Sum of RGB (Red+Green+Blue) = 248+178+79=505 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.11% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 79 (31.25% from 255 or 15.64% from 505); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B24F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8B24F is #074DB0. Grayscale: #BCBCBC. Windows color (decimal): -478641 or 5223160. OLE color: 5223160.

HSL color Cylindrical-coordinate representation of color #F8B24F: hue angle of 35.15º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F8B24F is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB24817879-
CMYK00.280.680.03
HSL35.15º92.35%64.12%-
HSV(B)35.15º68.15%97.25%-
XYZ56.0452.3614.55-
YUV187.6466.69171.05-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.11%
GREEN value IS 178 (69.92% from 255) = 35.25%
BLUE value IS 79 (31.25% from 255) = 15.64%
R=49.11%
G=35.25%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481787900.280.680.0335.1592.3564.12
HexF8B24F01C443235c40
Octal370262117034104343134100
Binary1111100010110010100111101110010001001110001110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B24F; }

 p { color: rgb(248,178,79); }

 H1.HeaderClassName
 {
   color: #F8B24F;
 }
 .AnyTagClassName
 {
   color: #F8B24F;
 }
</style>
background-color css

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

 a { background-color: rgb(248,178,79); }

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

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

 span { border-color: rgb(248,178,79); }

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