Html Css Color HEX #F7B550 Koromiko

📋 copy color: '#F7B550'

red 247 ◦ green 181 ◦ blue 80

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

Shades of Koromiko #F7B550

Tints of Koromiko #F7B550

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.63%

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

R = 48.62%
G = 35.63%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F7B550 (or 0xF7B550) is known color: Koromiko. HEX triplet: F7, B5 and 50. RGB value is (247,181,80). Sum of RGB (Red+Green+Blue) = 247+181+80=508 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.62% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 80 (31.64% from 255 or 15.75% from 508); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B550 is #084AAF. Grayscale: #BDBDBD. Windows color (decimal): -543408 or 5289463. OLE color: 5289463.

HSL color Cylindrical-coordinate representation of color #F7B550: hue angle of 36.29º 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 #F7B550 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 181 80 -
CMYK 0 0.27 0.68 0.03
HSL 36.29º 0.91% 0.64% -
HSV(B) 36.29º 0.68% 0.97% -
XYZ 56.33 53.4 14.93 -
YUV 189.22 66.37 169.21 -
System Red Green Blue C M Y K H S L
Decimal 247 181 80 0 0.27 0.68 0.03 36.29 0.91 0.64
Hex F7 B5 50 0 1B 44 3 24 5B 40
Octal 367 265 120 0 33 104 3 44 133 100
Binary 11110111 10110101 1010000 0 11011 1000100 11 100100 1011011 1000000

Color Harmonies of #F7B550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B550

Black with #F7B550

Text Example


Text Example

White with #F7B550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B550; }

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

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

background-color css

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

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

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

border-color css

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

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

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