Html Css Color HEX #FEB54A Koromiko

📋 copy color: '#FEB54A'

red 254 ◦ green 181 ◦ blue 74

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

Shades of Koromiko #FEB54A

Tints of Koromiko #FEB54A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.54%

R = 49.9%
G = 35.56%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FEB54A (or 0xFEB54A) is known color: Koromiko. HEX triplet: FE, B5 and 4A. RGB value is (254,181,74). Sum of RGB (Red+Green+Blue) = 254+181+74=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 74 (29.30% from 255 or 14.54% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB54A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB54A is #014AB5. Grayscale: #BFBFBF. Windows color (decimal): -84662 or 4896254. OLE color: 4896254.

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

Color convert

RGB 254 181 74 -
CMYK 0 0.29 0.71 0.00
HSL 35.67º 0.99% 0.64% -
HSV(B) 35.67º 0.71% 1% -
XYZ 58.63 54.61 13.93 -
YUV 190.63 62.18 173.2 -
System Red Green Blue C M Y K H S L
Decimal 254 181 74 0 0.29 0.71 0.00 35.67 0.99 0.64
Hex FE B5 4A 0 1D 47 0 24 63 40
Octal 376 265 112 0 35 107 0 44 143 100
Binary 11111110 10110101 1001010 0 11101 1000111 0 100100 1100011 1000000

Color Harmonies of #FEB54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB54A

Black with #FEB54A

Text Example


Text Example

White with #FEB54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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