Html Css Color HEX #FAB353 Koromiko

📋 copy color: '#FAB353'

red 250 ◦ green 179 ◦ blue 83

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

Shades of Koromiko #FAB353

Tints of Koromiko #FAB353

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.96%

 BLUE value IS 83 (32.81% from 255) = 16.21%

R = 48.83%
G = 34.96%
B = 16.21%

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

#FAB353 (or 0xFAB353) is known color: Koromiko. HEX triplet: FA, B3 and 53. RGB value is (250,179,83). Sum of RGB (Red+Green+Blue) = 250+179+83=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 83 (32.81% from 255 or 16.21% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB353 is #054CAC. Grayscale: #BDBDBD. Windows color (decimal): -347309 or 5485562. OLE color: 5485562.

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

Color convert

RGB 250 179 83 -
CMYK 0 0.28 0.67 0.02
HSL 34.49º 0.94% 0.65% -
HSV(B) 34.49º 0.67% 0.98% -
XYZ 57.11 53.19 15.44 -
YUV 189.29 68.02 171.31 -
System Red Green Blue C M Y K H S L
Decimal 250 179 83 0 0.28 0.67 0.02 34.49 0.94 0.65
Hex FA B3 53 0 1C 43 2 22 5E 41
Octal 372 263 123 0 34 103 2 42 136 101
Binary 11111010 10110011 1010011 0 11100 1000011 10 100010 1011110 1000001

Color Harmonies of #FAB353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB353

Black with #FAB353

Text Example


Text Example

White with #FAB353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB353; }

 p { color: rgb(250,179,83); }

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

background-color css

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

 a { background-color: rgb(250,179,83); }

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

border-color css

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

 span { border-color: rgb(250,179,83); }

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