Html Css Color HEX #FEB252 Koromiko

📋 copy color: '#FEB252'

red 254 ◦ green 178 ◦ blue 82

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

Shades of Koromiko #FEB252

Tints of Koromiko #FEB252

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.63%

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

R = 49.42%
G = 34.63%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FEB252 (or 0xFEB252) is known color: Koromiko. HEX triplet: FE, B2 and 52. RGB value is (254,178,82). Sum of RGB (Red+Green+Blue) = 254+178+82=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 82 (32.42% from 255 or 15.95% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB252 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB252 is #014DAD. Grayscale: #BEBEBE. Windows color (decimal): -85422 or 5419774. OLE color: 5419774.

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

Color convert

RGB 254 178 82 -
CMYK 0 0.30 0.68 0.00
HSL 33.49º 0.99% 0.66% -
HSV(B) 33.49º 0.68% 1% -
XYZ 58.32 53.52 15.24 -
YUV 189.78 67.18 173.81 -
System Red Green Blue C M Y K H S L
Decimal 254 178 82 0 0.30 0.68 0.00 33.49 0.99 0.66
Hex FE B2 52 0 1E 44 0 21 63 42
Octal 376 262 122 0 36 104 0 41 143 102
Binary 11111110 10110010 1010010 0 11110 1000100 0 100001 1100011 1000010

Color Harmonies of #FEB252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB252

Black with #FEB252

Text Example


Text Example

White with #FEB252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB252; }

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

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

background-color css

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

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

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

border-color css

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

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

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