Html Css Color HEX #F7B95A Koromiko

📋 copy color: '#F7B95A'

red 247 ◦ green 185 ◦ blue 90

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

Shades of Koromiko #F7B95A

Tints of Koromiko #F7B95A

RGB

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

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

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

R = 47.32%
G = 35.44%
B = 17.24%

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

#F7B95A (or 0xF7B95A) is known color: Koromiko. HEX triplet: F7, B9 and 5A. RGB value is (247,185,90). Sum of RGB (Red+Green+Blue) = 247+185+90=522 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.32% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 90 (35.55% from 255 or 17.24% from 522); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B95A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B95A is #0846A5. Grayscale: #C1C1C1. Windows color (decimal): -542374 or 5945847. OLE color: 5945847.

HSL color Cylindrical-coordinate representation of color #F7B95A: hue angle of 36.31º degrees, saturation: 0.91, 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 #F7B95A is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 185 90 -
CMYK 0 0.25 0.64 0.03
HSL 36.31º 0.91% 0.66% -
HSV(B) 36.31º 0.64% 0.97% -
XYZ 57.55 55.21 17.3 -
YUV 192.71 70.04 166.72 -
System Red Green Blue C M Y K H S L
Decimal 247 185 90 0 0.25 0.64 0.03 36.31 0.91 0.66
Hex F7 B9 5A 0 19 40 3 24 5B 42
Octal 367 271 132 0 31 100 3 44 133 102
Binary 11110111 10111001 1011010 0 11001 1000000 11 100100 1011011 1000010

Color Harmonies of #F7B95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B95A

Black with #F7B95A

Text Example


Text Example

White with #F7B95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B95A; }

 p { color: rgb(247,185,90); }

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

background-color css

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

 a { background-color: rgb(247,185,90); }

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

border-color css

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

 span { border-color: rgb(247,185,90); }

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