Html Css Color HEX #FAB552 Koromiko

📋 copy color: '#FAB552'

red 250 ◦ green 181 ◦ blue 82

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

Shades of Koromiko #FAB552

Tints of Koromiko #FAB552

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.28%

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

R = 48.73%
G = 35.28%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FAB552 (or 0xFAB552) is known color: Koromiko. HEX triplet: FA, B5 and 52. RGB value is (250,181,82). Sum of RGB (Red+Green+Blue) = 250+181+82=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 82 (32.42% from 255 or 15.98% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB552 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB552 is #054AAD. Grayscale: #BEBEBE. Windows color (decimal): -346798 or 5420538. OLE color: 5420538.

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

Color convert

RGB 250 181 82 -
CMYK 0 0.28 0.67 0.02
HSL 35.36º 0.94% 0.65% -
HSV(B) 35.36º 0.67% 0.98% -
XYZ 57.47 53.98 15.37 -
YUV 190.35 66.86 170.55 -
System Red Green Blue C M Y K H S L
Decimal 250 181 82 0 0.28 0.67 0.02 35.36 0.94 0.65
Hex FA B5 52 0 1C 43 2 23 5E 41
Octal 372 265 122 0 34 103 2 43 136 101
Binary 11111010 10110101 1010010 0 11100 1000011 10 100011 1011110 1000001

Color Harmonies of #FAB552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB552

Black with #FAB552

Text Example


Text Example

White with #FAB552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB552; }

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

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

background-color css

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

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

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

border-color css

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

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

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