Html Css Color HEX #F7BA4C Koromiko

📋 copy color: '#F7BA4C'

red 247 ◦ green 186 ◦ blue 76

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

Shades of Koromiko #F7BA4C

Tints of Koromiko #F7BA4C

RGB

 RED value IS 247 (96.88% from 255) = 48.53%

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

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

R = 48.53%
G = 36.54%
B = 14.93%

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

#F7BA4C (or 0xF7BA4C) is known color: Koromiko. HEX triplet: F7, BA and 4C. RGB value is (247,186,76). Sum of RGB (Red+Green+Blue) = 247+186+76=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 76 (30.08% from 255 or 14.93% from 509); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BA4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7BA4C is #0845B3. Grayscale: #C0C0C0. Windows color (decimal): -542132 or 5028599. OLE color: 5028599.

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

Color convert

RGB 247 186 76 -
CMYK 0 0.25 0.69 0.03
HSL 38.6º 0.91% 0.63% -
HSV(B) 38.6º 0.69% 0.97% -
XYZ 57.22 55.41 14.52 -
YUV 191.7 62.71 167.44 -
System Red Green Blue C M Y K H S L
Decimal 247 186 76 0 0.25 0.69 0.03 38.6 0.91 0.63
Hex F7 BA 4C 0 19 45 3 27 5B 3F
Octal 367 272 114 0 31 105 3 47 133 77
Binary 11110111 10111010 1001100 0 11001 1000101 11 100111 1011011 111111

Color Harmonies of #F7BA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BA4C

Black with #F7BA4C

Text Example


Text Example

White with #F7BA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BA4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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