Html Css Color HEX #FEB14D Koromiko

📋 copy color: '#FEB14D'

red 254 ◦ green 177 ◦ blue 77

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

Shades of Koromiko #FEB14D

Tints of Koromiko #FEB14D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.84%

 BLUE value IS 77 (30.47% from 255) = 15.16%

R = 50%
G = 34.84%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEB14D (or 0xFEB14D) is known color: Koromiko. HEX triplet: FE, B1 and 4D. RGB value is (254,177,77). Sum of RGB (Red+Green+Blue) = 254+177+77=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 77 (30.47% from 255 or 15.16% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB14D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB14D is #014EB2. Grayscale: #BDBDBD. Windows color (decimal): -85683 or 5091838. OLE color: 5091838.

HSL color Cylindrical-coordinate representation of color #FEB14D: hue angle of 33.9º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEB14D is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 177 77 -
CMYK 0 0.30 0.70 0.00
HSL 33.9º 0.99% 0.65% -
HSV(B) 33.9º 0.7% 1% -
XYZ 57.93 53.05 14.21 -
YUV 188.62 65.01 174.63 -
System Red Green Blue C M Y K H S L
Decimal 254 177 77 0 0.30 0.70 0.00 33.9 0.99 0.65
Hex FE B1 4D 0 1E 46 0 22 63 41
Octal 376 261 115 0 36 106 0 42 143 101
Binary 11111110 10110001 1001101 0 11110 1000110 0 100010 1100011 1000001

Color Harmonies of #FEB14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB14D

Black with #FEB14D

Text Example


Text Example

White with #FEB14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB14D; }

 p { color: rgb(254,177,77); }

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

background-color css

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

 a { background-color: rgb(254,177,77); }

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

border-color css

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

 span { border-color: rgb(254,177,77); }

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