Html Css Color HEX #FEBA4B Koromiko

📋 copy color: '#FEBA4B'

red 254 ◦ green 186 ◦ blue 75

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

Shades of Koromiko #FEBA4B

Tints of Koromiko #FEBA4B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.12%

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

R = 49.32%
G = 36.12%
B = 14.56%

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

#FEBA4B (or 0xFEBA4B) is known color: Koromiko. HEX triplet: FE, BA and 4B. RGB value is (254,186,75). Sum of RGB (Red+Green+Blue) = 254+186+75=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 75 (29.69% from 255 or 14.56% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBA4B is #0145B4. Grayscale: #C2C2C2. Windows color (decimal): -83381 or 4963070. OLE color: 4963070.

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

Color convert

RGB 254 186 75 -
CMYK 0 0.27 0.70 0.00
HSL 37.21º 0.99% 0.65% -
HSV(B) 37.21º 0.7% 1% -
XYZ 59.7 56.7 14.45 -
YUV 193.68 61.03 171.03 -
System Red Green Blue C M Y K H S L
Decimal 254 186 75 0 0.27 0.70 0.00 37.21 0.99 0.65
Hex FE BA 4B 0 1B 46 0 25 63 41
Octal 376 272 113 0 33 106 0 45 143 101
Binary 11111110 10111010 1001011 0 11011 1000110 0 100101 1100011 1000001

Color Harmonies of #FEBA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBA4B

Black with #FEBA4B

Text Example


Text Example

White with #FEBA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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