Html Css Color HEX #F8B949 Koromiko

📋 copy color: '#F8B949'

red 248 ◦ green 185 ◦ blue 73

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

Shades of Koromiko #F8B949

Tints of Koromiko #F8B949

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.56%

 BLUE value IS 73 (28.91% from 255) = 14.43%

R = 49.01%
G = 36.56%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F8B949 (or 0xF8B949) is known color: Koromiko. HEX triplet: F8, B9 and 49. RGB value is (248,185,73). Sum of RGB (Red+Green+Blue) = 248+185+73=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 73 (28.91% from 255 or 14.43% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8B949 is #0746B6. Grayscale: #BFBFBF. Windows color (decimal): -476855 or 4831736. OLE color: 4831736.

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

Color convert

RGB 248 185 73 -
CMYK 0 0.25 0.71 0.03
HSL 38.4º 0.93% 0.63% -
HSV(B) 38.4º 0.71% 0.97% -
XYZ 57.26 55.14 13.93 -
YUV 191.07 61.37 168.61 -
System Red Green Blue C M Y K H S L
Decimal 248 185 73 0 0.25 0.71 0.03 38.4 0.93 0.63
Hex F8 B9 49 0 19 47 3 26 5D 3F
Octal 370 271 111 0 31 107 3 46 135 77
Binary 11111000 10111001 1001001 0 11001 1000111 11 100110 1011101 111111

Color Harmonies of #F8B949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B949

Black with #F8B949

Text Example


Text Example

White with #F8B949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B949; }

 p { color: rgb(248,185,73); }

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

background-color css

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

 a { background-color: rgb(248,185,73); }

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

border-color css

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

 span { border-color: rgb(248,185,73); }

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