Html Css Color HEX #F7B950 Koromiko

📋 copy color: '#F7B950'

red 247 ◦ green 185 ◦ blue 80

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

Shades of Koromiko #F7B950

Tints of Koromiko #F7B950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.63%

R = 48.24%
G = 36.13%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F7B950 (or 0xF7B950) is known color: Koromiko. HEX triplet: F7, B9 and 50. RGB value is (247,185,80). Sum of RGB (Red+Green+Blue) = 247+185+80=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 80 (31.64% from 255 or 15.62% from 512); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B950 is #0846AF. Grayscale: #C0C0C0. Windows color (decimal): -542384 or 5290487. OLE color: 5290487.

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

Color convert

RGB 247 185 80 -
CMYK 0 0.25 0.68 0.03
HSL 37.72º 0.91% 0.64% -
HSV(B) 37.72º 0.68% 0.97% -
XYZ 57.15 55.05 15.2 -
YUV 191.57 65.04 167.54 -
System Red Green Blue C M Y K H S L
Decimal 247 185 80 0 0.25 0.68 0.03 37.72 0.91 0.64
Hex F7 B9 50 0 19 44 3 26 5B 40
Octal 367 271 120 0 31 104 3 46 133 100
Binary 11110111 10111001 1010000 0 11001 1000100 11 100110 1011011 1000000

Color Harmonies of #F7B950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B950

Black with #F7B950

Text Example


Text Example

White with #F7B950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B950; }

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

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

background-color css

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

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

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

border-color css

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

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

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