Html Css Color HEX #F7B650 Koromiko

📋 copy color: '#F7B650'

red 247 ◦ green 182 ◦ blue 80

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

Shades of Koromiko #F7B650

Tints of Koromiko #F7B650

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.76%

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

R = 48.53%
G = 35.76%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F7B650 (or 0xF7B650) is known color: Koromiko. HEX triplet: F7, B6 and 50. RGB value is (247,182,80). Sum of RGB (Red+Green+Blue) = 247+182+80=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 80 (31.64% from 255 or 15.72% from 509); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B650 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B650 is #0849AF. Grayscale: #BEBEBE. Windows color (decimal): -543152 or 5289719. OLE color: 5289719.

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

Color convert

RGB 247 182 80 -
CMYK 0 0.26 0.68 0.03
HSL 36.65º 0.91% 0.64% -
HSV(B) 36.65º 0.68% 0.97% -
XYZ 56.53 53.81 15 -
YUV 189.81 66.03 168.79 -
System Red Green Blue C M Y K H S L
Decimal 247 182 80 0 0.26 0.68 0.03 36.65 0.91 0.64
Hex F7 B6 50 0 1A 44 3 25 5B 40
Octal 367 266 120 0 32 104 3 45 133 100
Binary 11110111 10110110 1010000 0 11010 1000100 11 100101 1011011 1000000

Color Harmonies of #F7B650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B650

Black with #F7B650

Text Example


Text Example

White with #F7B650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B650; }

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

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

background-color css

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

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

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

border-color css

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

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

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