Html Css Color HEX #FEB54D Koromiko

📋 copy color: '#FEB54D'

red 254 ◦ green 181 ◦ blue 77

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

Shades of Koromiko #FEB54D

Tints of Koromiko #FEB54D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.35%

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

R = 49.61%
G = 35.35%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEB54D (or 0xFEB54D) is known color: Koromiko. HEX triplet: FE, B5 and 4D. RGB value is (254,181,77). Sum of RGB (Red+Green+Blue) = 254+181+77=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 77 (30.47% from 255 or 15.04% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB54D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB54D is #014AB2. Grayscale: #BFBFBF. Windows color (decimal): -84659 or 5092862. OLE color: 5092862.

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

Color convert

RGB 254 181 77 -
CMYK 0 0.29 0.70 0.00
HSL 35.25º 0.99% 0.65% -
HSV(B) 35.25º 0.7% 1% -
XYZ 58.74 54.65 14.47 -
YUV 190.97 63.68 172.96 -
System Red Green Blue C M Y K H S L
Decimal 254 181 77 0 0.29 0.70 0.00 35.25 0.99 0.65
Hex FE B5 4D 0 1D 46 0 23 63 41
Octal 376 265 115 0 35 106 0 43 143 101
Binary 11111110 10110101 1001101 0 11101 1000110 0 100011 1100011 1000001

Color Harmonies of #FEB54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB54D

Black with #FEB54D

Text Example


Text Example

White with #FEB54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB54D; }

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

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

background-color css

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

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

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

border-color css

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

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

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