Html Css Color HEX #FEB54F Koromiko

📋 copy color: '#FEB54F'

red 254 ◦ green 181 ◦ blue 79

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

Shades of Koromiko #FEB54F

Tints of Koromiko #FEB54F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.37%

R = 49.42%
G = 35.21%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEB54F (or 0xFEB54F) is known color: Koromiko. HEX triplet: FE, B5 and 4F. RGB value is (254,181,79). Sum of RGB (Red+Green+Blue) = 254+181+79=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 79 (31.25% from 255 or 15.37% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB54F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB54F is #014AB0. Grayscale: #BFBFBF. Windows color (decimal): -84657 or 5223934. OLE color: 5223934.

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

Color convert

RGB 254 181 79 -
CMYK 0 0.29 0.69 0.00
HSL 34.97º 0.99% 0.65% -
HSV(B) 34.97º 0.69% 1% -
XYZ 58.81 54.68 14.85 -
YUV 191.2 64.68 172.79 -
System Red Green Blue C M Y K H S L
Decimal 254 181 79 0 0.29 0.69 0.00 34.97 0.99 0.65
Hex FE B5 4F 0 1D 45 0 23 63 41
Octal 376 265 117 0 35 105 0 43 143 101
Binary 11111110 10110101 1001111 0 11101 1000101 0 100011 1100011 1000001

Color Harmonies of #FEB54F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB54F

Black with #FEB54F

Text Example


Text Example

White with #FEB54F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB54F; }

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

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

background-color css

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

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

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

border-color css

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

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

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