Html Css Color HEX #FEB353 Koromiko

📋 copy color: '#FEB353'

red 254 ◦ green 179 ◦ blue 83

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

Shades of Koromiko #FEB353

Tints of Koromiko #FEB353

RGB

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

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

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

R = 49.22%
G = 34.69%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEB353 (or 0xFEB353) is known color: Koromiko. HEX triplet: FE, B3 and 53. RGB value is (254,179,83). Sum of RGB (Red+Green+Blue) = 254+179+83=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 83 (32.81% from 255 or 16.09% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB353 is #014CAC. Grayscale: #BEBEBE. Windows color (decimal): -85165 or 5485566. OLE color: 5485566.

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

Color convert

RGB 254 179 83 -
CMYK 0 0.30 0.67 0.00
HSL 33.68º 0.99% 0.66% -
HSV(B) 33.68º 0.67% 1% -
XYZ 58.55 53.94 15.51 -
YUV 190.48 67.35 173.31 -
System Red Green Blue C M Y K H S L
Decimal 254 179 83 0 0.30 0.67 0.00 33.68 0.99 0.66
Hex FE B3 53 0 1E 43 0 22 63 42
Octal 376 263 123 0 36 103 0 42 143 102
Binary 11111110 10110011 1010011 0 11110 1000011 0 100010 1100011 1000010

Color Harmonies of #FEB353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB353

Black with #FEB353

Text Example


Text Example

White with #FEB353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB353; }

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

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

background-color css

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

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

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

border-color css

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

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

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