Html Css Color HEX #F9BA4C Koromiko

📋 copy color: '#F9BA4C'

red 249 ◦ green 186 ◦ blue 76

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

Shades of Koromiko #F9BA4C

Tints of Koromiko #F9BA4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.87%

R = 48.73%
G = 36.4%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#F9BA4C (or 0xF9BA4C) is known color: Koromiko. HEX triplet: F9, BA and 4C. RGB value is (249,186,76). Sum of RGB (Red+Green+Blue) = 249+186+76=511 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.73% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 76 (30.08% from 255 or 14.87% from 511); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9BA4C is #0645B3. Grayscale: #C0C0C0. Windows color (decimal): -411060 or 5028601. OLE color: 5028601.

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

Color convert

RGB 249 186 76 -
CMYK 0 0.25 0.69 0.02
HSL 38.15º 0.94% 0.64% -
HSV(B) 38.15º 0.69% 0.98% -
XYZ 57.93 55.78 14.55 -
YUV 192.3 62.37 168.44 -
System Red Green Blue C M Y K H S L
Decimal 249 186 76 0 0.25 0.69 0.02 38.15 0.94 0.64
Hex F9 BA 4C 0 19 45 2 26 5E 40
Octal 371 272 114 0 31 105 2 46 136 100
Binary 11111001 10111010 1001100 0 11001 1000101 10 100110 1011110 1000000

Color Harmonies of #F9BA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BA4C

Black with #F9BA4C

Text Example


Text Example

White with #F9BA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BA4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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