Html Css Color HEX #FEB94B Koromiko

📋 copy color: '#FEB94B'

red 254 ◦ green 185 ◦ blue 75

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

Shades of Koromiko #FEB94B

Tints of Koromiko #FEB94B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.99%

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

R = 49.42%
G = 35.99%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEB94B (or 0xFEB94B) is known color: Koromiko. HEX triplet: FE, B9 and 4B. RGB value is (254,185,75). Sum of RGB (Red+Green+Blue) = 254+185+75=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 75 (29.69% from 255 or 14.59% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB94B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB94B is #0146B4. Grayscale: #C1C1C1. Windows color (decimal): -83637 or 4962814. OLE color: 4962814.

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

Color convert

RGB 254 185 75 -
CMYK 0 0.27 0.70 0.00
HSL 36.87º 0.99% 0.65% -
HSV(B) 36.87º 0.7% 1% -
XYZ 59.49 56.28 14.38 -
YUV 193.09 61.36 171.44 -
System Red Green Blue C M Y K H S L
Decimal 254 185 75 0 0.27 0.70 0.00 36.87 0.99 0.65
Hex FE B9 4B 0 1B 46 0 25 63 41
Octal 376 271 113 0 33 106 0 45 143 101
Binary 11111110 10111001 1001011 0 11011 1000110 0 100101 1100011 1000001

Color Harmonies of #FEB94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB94B

Black with #FEB94B

Text Example


Text Example

White with #FEB94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB94B; }

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

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

background-color css

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

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

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

border-color css

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

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

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