Html Css Color HEX #FEB852 Koromiko

📋 copy color: '#FEB852'

red 254 ◦ green 184 ◦ blue 82

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

Shades of Koromiko #FEB852

Tints of Koromiko #FEB852

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.38%

 BLUE value IS 82 (32.42% from 255) = 15.77%

R = 48.85%
G = 35.38%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FEB852 (or 0xFEB852) is known color: Koromiko. HEX triplet: FE, B8 and 52. RGB value is (254,184,82). Sum of RGB (Red+Green+Blue) = 254+184+82=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 184 (72.27% from 255 or 35.38% from 520); Blue value is 82 (32.42% from 255 or 15.77% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB852 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB852 is #0147AD. Grayscale: #C1C1C1. Windows color (decimal): -83886 or 5421310. OLE color: 5421310.

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

Color convert

RGB 254 184 82 -
CMYK 0 0.28 0.68 0.00
HSL 35.58º 0.99% 0.66% -
HSV(B) 35.58º 0.68% 1% -
XYZ 59.54 55.96 15.65 -
YUV 193.3 65.19 171.29 -
System Red Green Blue C M Y K H S L
Decimal 254 184 82 0 0.28 0.68 0.00 35.58 0.99 0.66
Hex FE B8 52 0 1C 44 0 24 63 42
Octal 376 270 122 0 34 104 0 44 143 102
Binary 11111110 10111000 1010010 0 11100 1000100 0 100100 1100011 1000010

Color Harmonies of #FEB852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB852

Black with #FEB852

Text Example


Text Example

White with #FEB852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB852; }

 p { color: rgb(254,184,82); }

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

background-color css

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

 a { background-color: rgb(254,184,82); }

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

border-color css

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

 span { border-color: rgb(254,184,82); }

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