Html Css Color HEX #FEBA5C Koromiko

📋 copy color: '#FEBA5C'

red 254 ◦ green 186 ◦ blue 92

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

Shades of Koromiko #FEBA5C

Tints of Koromiko #FEBA5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.29%

R = 47.74%
G = 34.96%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FEBA5C (or 0xFEBA5C) is known color: Koromiko. HEX triplet: FE, BA and 5C. RGB value is (254,186,92). Sum of RGB (Red+Green+Blue) = 254+186+92=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 92 (36.33% from 255 or 17.29% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBA5C is #0145A3. Grayscale: #C4C4C4. Windows color (decimal): -83364 or 6077182. OLE color: 6077182.

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

Color convert

RGB 254 186 92 -
CMYK 0 0.27 0.64 0.00
HSL 34.81º 0.99% 0.68% -
HSV(B) 34.81º 0.64% 1% -
XYZ 60.36 56.96 17.94 -
YUV 195.62 69.53 169.64 -
System Red Green Blue C M Y K H S L
Decimal 254 186 92 0 0.27 0.64 0.00 34.81 0.99 0.68
Hex FE BA 5C 0 1B 40 0 23 63 44
Octal 376 272 134 0 33 100 0 43 143 104
Binary 11111110 10111010 1011100 0 11011 1000000 0 100011 1100011 1000100

Color Harmonies of #FEBA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBA5C

Black with #FEBA5C

Text Example


Text Example

White with #FEBA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBA5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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