Html Css Color HEX #F8BA5A Koromiko

📋 copy color: '#F8BA5A'

red 248 ◦ green 186 ◦ blue 90

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

Shades of Koromiko #F8BA5A

Tints of Koromiko #F8BA5A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.5%

 BLUE value IS 90 (35.55% from 255) = 17.18%

R = 47.33%
G = 35.5%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F8BA5A (or 0xF8BA5A) is known color: Koromiko. HEX triplet: F8, BA and 5A. RGB value is (248,186,90). Sum of RGB (Red+Green+Blue) = 248+186+90=524 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.33% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 90 (35.55% from 255 or 17.18% from 524); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8BA5A is #0745A5. Grayscale: #C2C2C2. Windows color (decimal): -476582 or 5946104. OLE color: 5946104.

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

Color convert

RGB 248 186 90 -
CMYK 0 0.25 0.64 0.03
HSL 36.46º 0.92% 0.66% -
HSV(B) 36.46º 0.64% 0.97% -
XYZ 58.12 55.81 17.38 -
YUV 193.59 69.54 166.81 -
System Red Green Blue C M Y K H S L
Decimal 248 186 90 0 0.25 0.64 0.03 36.46 0.92 0.66
Hex F8 BA 5A 0 19 40 3 24 5C 42
Octal 370 272 132 0 31 100 3 44 134 102
Binary 11111000 10111010 1011010 0 11001 1000000 11 100100 1011100 1000010

Color Harmonies of #F8BA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BA5A

Black with #F8BA5A

Text Example


Text Example

White with #F8BA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BA5A; }

 p { color: rgb(248,186,90); }

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

background-color css

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

 a { background-color: rgb(248,186,90); }

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

border-color css

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

 span { border-color: rgb(248,186,90); }

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