Html Css Color HEX #F8BA4B Koromiko

📋 copy color: '#F8BA4B'

red 248 ◦ green 186 ◦ blue 75

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

Shades of Koromiko #F8BA4B

Tints of Koromiko #F8BA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.73%

R = 48.72%
G = 36.54%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F8BA4B (or 0xF8BA4B) is known color: Koromiko. HEX triplet: F8, BA and 4B. RGB value is (248,186,75). Sum of RGB (Red+Green+Blue) = 248+186+75=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 75 (29.69% from 255 or 14.73% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8BA4B is #0745B4. Grayscale: #C0C0C0. Windows color (decimal): -476597 or 4963064. OLE color: 4963064.

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

Color convert

RGB 248 186 75 -
CMYK 0 0.25 0.70 0.03
HSL 38.5º 0.93% 0.63% -
HSV(B) 38.5º 0.7% 0.97% -
XYZ 57.54 55.58 14.35 -
YUV 191.88 62.04 168.03 -
System Red Green Blue C M Y K H S L
Decimal 248 186 75 0 0.25 0.70 0.03 38.5 0.93 0.63
Hex F8 BA 4B 0 19 46 3 26 5D 3F
Octal 370 272 113 0 31 106 3 46 135 77
Binary 11111000 10111010 1001011 0 11001 1000110 11 100110 1011101 111111

Color Harmonies of #F8BA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BA4B

Black with #F8BA4B

Text Example


Text Example

White with #F8BA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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