Html Css Color HEX #F8BA4C Koromiko

📋 copy color: '#F8BA4C'

red 248 ◦ green 186 ◦ blue 76

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

Shades of Koromiko #F8BA4C

Tints of Koromiko #F8BA4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.9%

R = 48.63%
G = 36.47%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F8BA4C (or 0xF8BA4C) is known color: Koromiko. HEX triplet: F8, BA and 4C. RGB value is (248,186,76). Sum of RGB (Red+Green+Blue) = 248+186+76=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 76 (30.08% from 255 or 14.90% from 510); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8BA4C is #0745B3. Grayscale: #C0C0C0. Windows color (decimal): -476596 or 5028600. OLE color: 5028600.

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

Color convert

RGB 248 186 76 -
CMYK 0 0.25 0.69 0.03
HSL 38.37º 0.92% 0.64% -
HSV(B) 38.37º 0.69% 0.97% -
XYZ 57.57 55.6 14.53 -
YUV 192 62.54 167.94 -
System Red Green Blue C M Y K H S L
Decimal 248 186 76 0 0.25 0.69 0.03 38.37 0.92 0.64
Hex F8 BA 4C 0 19 45 3 26 5C 40
Octal 370 272 114 0 31 105 3 46 134 100
Binary 11111000 10111010 1001100 0 11001 1000101 11 100110 1011100 1000000

Color Harmonies of #F8BA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BA4C

Black with #F8BA4C

Text Example


Text Example

White with #F8BA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BA4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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