Html Css Color HEX #F9B955 Koromiko

📋 copy color: '#F9B955'

red 249 ◦ green 185 ◦ blue 85

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

Shades of Koromiko #F9B955

Tints of Koromiko #F9B955

RGB

 RED value IS 249 (97.66% from 255) = 47.98%

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

 BLUE value IS 85 (33.59% from 255) = 16.38%

R = 47.98%
G = 35.65%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#F9B955 (or 0xF9B955) is known color: Koromiko. HEX triplet: F9, B9 and 55. RGB value is (249,185,85). Sum of RGB (Red+Green+Blue) = 249+185+85=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 85 (33.59% from 255 or 16.38% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B955 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9B955 is #0646AA. Grayscale: #C1C1C1. Windows color (decimal): -411307 or 5618169. OLE color: 5618169.

HSL color Cylindrical-coordinate representation of color #F9B955: hue angle of 36.59º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F9B955 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 185 85 -
CMYK 0 0.26 0.66 0.02
HSL 36.59º 0.93% 0.65% -
HSV(B) 36.59º 0.66% 0.98% -
XYZ 58.06 55.49 16.25 -
YUV 192.74 67.2 168.13 -
System Red Green Blue C M Y K H S L
Decimal 249 185 85 0 0.26 0.66 0.02 36.59 0.93 0.65
Hex F9 B9 55 0 1A 42 2 25 5D 41
Octal 371 271 125 0 32 102 2 45 135 101
Binary 11111001 10111001 1010101 0 11010 1000010 10 100101 1011101 1000001

Color Harmonies of #F9B955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B955

Black with #F9B955

Text Example


Text Example

White with #F9B955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B955; }

 p { color: rgb(249,185,85); }

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

background-color css

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

 a { background-color: rgb(249,185,85); }

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

border-color css

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

 span { border-color: rgb(249,185,85); }

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