Html Css Color HEX #FEB453 Koromiko

📋 copy color: '#FEB453'

red 254 ◦ green 180 ◦ blue 83

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

Shades of Koromiko #FEB453

Tints of Koromiko #FEB453

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.82%

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

R = 49.13%
G = 34.82%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEB453 (or 0xFEB453) is known color: Koromiko. HEX triplet: FE, B4 and 53. RGB value is (254,180,83). Sum of RGB (Red+Green+Blue) = 254+180+83=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 83 (32.81% from 255 or 16.05% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB453 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB453 is #014BAC. Grayscale: #BFBFBF. Windows color (decimal): -84909 or 5485822. OLE color: 5485822.

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

Color convert

RGB 254 180 83 -
CMYK 0 0.29 0.67 0.00
HSL 34.04º 0.99% 0.66% -
HSV(B) 34.04º 0.67% 1% -
XYZ 58.76 54.34 15.58 -
YUV 191.07 67.02 172.89 -
System Red Green Blue C M Y K H S L
Decimal 254 180 83 0 0.29 0.67 0.00 34.04 0.99 0.66
Hex FE B4 53 0 1D 43 0 22 63 42
Octal 376 264 123 0 35 103 0 42 143 102
Binary 11111110 10110100 1010011 0 11101 1000011 0 100010 1100011 1000010

Color Harmonies of #FEB453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB453

Black with #FEB453

Text Example


Text Example

White with #FEB453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB453; }

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

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

background-color css

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

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

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

border-color css

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

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

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