Html Css Color HEX #F9BA52 Koromiko

📋 copy color: '#F9BA52'

red 249 ◦ green 186 ◦ blue 82

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

Shades of Koromiko #F9BA52

Tints of Koromiko #F9BA52

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.98%

 BLUE value IS 82 (32.42% from 255) = 15.86%

R = 48.16%
G = 35.98%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#F9BA52 (or 0xF9BA52) is known color: Koromiko. HEX triplet: F9, BA and 52. RGB value is (249,186,82). Sum of RGB (Red+Green+Blue) = 249+186+82=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 82 (32.42% from 255 or 15.86% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9BA52 is #0645AD. Grayscale: #C1C1C1. Windows color (decimal): -411054 or 5421817. OLE color: 5421817.

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

Color convert

RGB 249 186 82 -
CMYK 0 0.25 0.67 0.02
HSL 37.37º 0.93% 0.65% -
HSV(B) 37.37º 0.67% 0.98% -
XYZ 58.15 55.87 15.7 -
YUV 192.98 65.37 167.96 -
System Red Green Blue C M Y K H S L
Decimal 249 186 82 0 0.25 0.67 0.02 37.37 0.93 0.65
Hex F9 BA 52 0 19 43 2 25 5D 41
Octal 371 272 122 0 31 103 2 45 135 101
Binary 11111001 10111010 1010010 0 11001 1000011 10 100101 1011101 1000001

Color Harmonies of #F9BA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BA52

Black with #F9BA52

Text Example


Text Example

White with #F9BA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BA52; }

 p { color: rgb(249,186,82); }

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

background-color css

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

 a { background-color: rgb(249,186,82); }

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

border-color css

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

 span { border-color: rgb(249,186,82); }

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