Html Css Color HEX #FEBA53 Koromiko

📋 copy color: '#FEBA53'

red 254 ◦ green 186 ◦ blue 83

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

Shades of Koromiko #FEBA53

Tints of Koromiko #FEBA53

RGB

 RED value IS 254 (99.61% from 255) = 48.57%

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

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

R = 48.57%
G = 35.56%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEBA53 (or 0xFEBA53) is known color: Koromiko. HEX triplet: FE, BA and 53. RGB value is (254,186,83). Sum of RGB (Red+Green+Blue) = 254+186+83=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 83 (32.81% from 255 or 15.87% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBA53 is #0145AC. Grayscale: #C3C3C3. Windows color (decimal): -83373 or 5487358. OLE color: 5487358.

HSL color Cylindrical-coordinate representation of color #FEBA53: hue angle of 36.14º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FEBA53 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 186 83 -
CMYK 0 0.27 0.67 0.00
HSL 36.14º 0.99% 0.66% -
HSV(B) 36.14º 0.67% 1% -
XYZ 59.99 56.81 15.99 -
YUV 194.59 65.03 170.38 -
System Red Green Blue C M Y K H S L
Decimal 254 186 83 0 0.27 0.67 0.00 36.14 0.99 0.66
Hex FE BA 53 0 1B 43 0 24 63 42
Octal 376 272 123 0 33 103 0 44 143 102
Binary 11111110 10111010 1010011 0 11011 1000011 0 100100 1100011 1000010

Color Harmonies of #FEBA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBA53

Black with #FEBA53

Text Example


Text Example

White with #FEBA53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBA53; }

 p { color: rgb(254,186,83); }

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

background-color css

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

 a { background-color: rgb(254,186,83); }

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

border-color css

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

 span { border-color: rgb(254,186,83); }

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