Html Css Color HEX #F7B64F Koromiko

📋 copy color: '#F7B64F'

red 247 ◦ green 182 ◦ blue 79

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

Shades of Koromiko #F7B64F

Tints of Koromiko #F7B64F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.55%

R = 48.62%
G = 35.83%
B = 15.55%

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

#F7B64F (or 0xF7B64F) is known color: Koromiko. HEX triplet: F7, B6 and 4F. RGB value is (247,182,79). Sum of RGB (Red+Green+Blue) = 247+182+79=508 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.62% from 508); Green value is 182 (71.48% from 255 or 35.83% from 508); Blue value is 79 (31.25% from 255 or 15.55% from 508); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B64F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B64F is #0849B0. Grayscale: #BEBEBE. Windows color (decimal): -543153 or 5224183. OLE color: 5224183.

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

Color convert

RGB 247 182 79 -
CMYK 0 0.26 0.68 0.03
HSL 36.79º 0.91% 0.64% -
HSV(B) 36.79º 0.68% 0.97% -
XYZ 56.5 53.79 14.8 -
YUV 189.69 65.53 168.88 -
System Red Green Blue C M Y K H S L
Decimal 247 182 79 0 0.26 0.68 0.03 36.79 0.91 0.64
Hex F7 B6 4F 0 1A 44 3 25 5B 40
Octal 367 266 117 0 32 104 3 45 133 100
Binary 11110111 10110110 1001111 0 11010 1000100 11 100101 1011011 1000000

Color Harmonies of #F7B64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B64F

Black with #F7B64F

Text Example


Text Example

White with #F7B64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B64F; }

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

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

background-color css

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

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

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

border-color css

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

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

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