Html Css Color HEX #FEB54B Koromiko

📋 copy color: '#FEB54B'

red 254 ◦ green 181 ◦ blue 75

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

Shades of Koromiko #FEB54B

Tints of Koromiko #FEB54B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.71%

R = 49.8%
G = 35.49%
B = 14.71%

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

#FEB54B (or 0xFEB54B) is known color: Koromiko. HEX triplet: FE, B5 and 4B. RGB value is (254,181,75). Sum of RGB (Red+Green+Blue) = 254+181+75=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 75 (29.69% from 255 or 14.71% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB54B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB54B is #014AB4. Grayscale: #BFBFBF. Windows color (decimal): -84661 or 4961790. OLE color: 4961790.

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

Color convert

RGB 254 181 75 -
CMYK 0 0.29 0.70 0.00
HSL 35.53º 0.99% 0.65% -
HSV(B) 35.53º 0.7% 1% -
XYZ 58.67 54.63 14.11 -
YUV 190.74 62.68 173.12 -
System Red Green Blue C M Y K H S L
Decimal 254 181 75 0 0.29 0.70 0.00 35.53 0.99 0.65
Hex FE B5 4B 0 1D 46 0 24 63 41
Octal 376 265 113 0 35 106 0 44 143 101
Binary 11111110 10110101 1001011 0 11101 1000110 0 100100 1100011 1000001

Color Harmonies of #FEB54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB54B

Black with #FEB54B

Text Example


Text Example

White with #FEB54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB54B; }

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

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

background-color css

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

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

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

border-color css

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

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

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