Html Css Color HEX #FABA52 Koromiko

📋 copy color: '#FABA52'

red 250 ◦ green 186 ◦ blue 82

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

Shades of Koromiko #FABA52

Tints of Koromiko #FABA52

RGB

 RED value IS 250 (98.05% from 255) = 48.26%

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

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

R = 48.26%
G = 35.91%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FABA52 (or 0xFABA52) is known color: Koromiko. HEX triplet: FA, BA and 52. RGB value is (250,186,82). Sum of RGB (Red+Green+Blue) = 250+186+82=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 82 (32.42% from 255 or 15.83% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABA52 is #0545AD. Grayscale: #C1C1C1. Windows color (decimal): -345518 or 5421818. OLE color: 5421818.

HSL color Cylindrical-coordinate representation of color #FABA52: hue angle of 37.14º degrees, saturation: 0.94, 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 #FABA52 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 186 82 -
CMYK 0 0.26 0.67 0.02
HSL 37.14º 0.94% 0.65% -
HSV(B) 37.14º 0.67% 0.98% -
XYZ 58.51 56.05 15.72 -
YUV 193.28 65.2 168.46 -
System Red Green Blue C M Y K H S L
Decimal 250 186 82 0 0.26 0.67 0.02 37.14 0.94 0.65
Hex FA BA 52 0 1A 43 2 25 5E 41
Octal 372 272 122 0 32 103 2 45 136 101
Binary 11111010 10111010 1010010 0 11010 1000011 10 100101 1011110 1000001

Color Harmonies of #FABA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA52

Black with #FABA52

Text Example


Text Example

White with #FABA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA52; }

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

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

background-color css

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

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

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

border-color css

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

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

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