Html Css Color HEX #FEB85A Koromiko

📋 copy color: '#FEB85A'

red 254 ◦ green 184 ◦ blue 90

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

Shades of Koromiko #FEB85A

Tints of Koromiko #FEB85A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.05%

R = 48.11%
G = 34.85%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FEB85A (or 0xFEB85A) is known color: Koromiko. HEX triplet: FE, B8 and 5A. RGB value is (254,184,90). Sum of RGB (Red+Green+Blue) = 254+184+90=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 90 (35.55% from 255 or 17.05% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB85A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB85A is #0147A5. Grayscale: #C2C2C2. Windows color (decimal): -83878 or 5945598. OLE color: 5945598.

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

Color convert

RGB 254 184 90 -
CMYK 0 0.28 0.65 0.00
HSL 34.39º 0.99% 0.67% -
HSV(B) 34.39º 0.65% 1% -
XYZ 59.86 56.09 17.34 -
YUV 194.21 69.19 170.64 -
System Red Green Blue C M Y K H S L
Decimal 254 184 90 0 0.28 0.65 0.00 34.39 0.99 0.67
Hex FE B8 5A 0 1C 41 0 22 63 43
Octal 376 270 132 0 34 101 0 42 143 103
Binary 11111110 10111000 1011010 0 11100 1000001 0 100010 1100011 1000011

Color Harmonies of #FEB85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB85A

Black with #FEB85A

Text Example


Text Example

White with #FEB85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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