Html Css Color HEX #FAB755 Koromiko

📋 copy color: '#FAB755'

red 250 ◦ green 183 ◦ blue 85

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

Shades of Koromiko #FAB755

Tints of Koromiko #FAB755

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.33%

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

R = 48.26%
G = 35.33%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FAB755 (or 0xFAB755) is known color: Koromiko. HEX triplet: FA, B7 and 55. RGB value is (250,183,85). Sum of RGB (Red+Green+Blue) = 250+183+85=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 85 (33.59% from 255 or 16.41% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB755 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB755 is #0548AA. Grayscale: #C0C0C0. Windows color (decimal): -346283 or 5617658. OLE color: 5617658.

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

Color convert

RGB 250 183 85 -
CMYK 0 0.27 0.66 0.02
HSL 35.64º 0.94% 0.66% -
HSV(B) 35.64º 0.66% 0.98% -
XYZ 58 54.85 16.12 -
YUV 191.86 67.7 169.47 -
System Red Green Blue C M Y K H S L
Decimal 250 183 85 0 0.27 0.66 0.02 35.64 0.94 0.66
Hex FA B7 55 0 1B 42 2 24 5E 42
Octal 372 267 125 0 33 102 2 44 136 102
Binary 11111010 10110111 1010101 0 11011 1000010 10 100100 1011110 1000010

Color Harmonies of #FAB755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB755

Black with #FAB755

Text Example


Text Example

White with #FAB755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB755; }

 p { color: rgb(250,183,85); }

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

background-color css

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

 a { background-color: rgb(250,183,85); }

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

border-color css

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

 span { border-color: rgb(250,183,85); }

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