Html Css Color HEX #FEB754 Koromiko

📋 copy color: '#FEB754'

red 254 ◦ green 183 ◦ blue 84

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

Shades of Koromiko #FEB754

Tints of Koromiko #FEB754

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.12%

 BLUE value IS 84 (33.2% from 255) = 16.12%

R = 48.75%
G = 35.12%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEB754 (or 0xFEB754) is known color: Koromiko. HEX triplet: FE, B7 and 54. RGB value is (254,183,84). Sum of RGB (Red+Green+Blue) = 254+183+84=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 84 (33.20% from 255 or 16.12% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB754 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB754 is #0148AB. Grayscale: #C1C1C1. Windows color (decimal): -84140 or 5552126. OLE color: 5552126.

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

Color convert

RGB 254 183 84 -
CMYK 0 0.28 0.67 0.00
HSL 34.94º 0.99% 0.66% -
HSV(B) 34.94º 0.67% 1% -
XYZ 59.41 55.58 15.98 -
YUV 192.94 66.52 171.55 -
System Red Green Blue C M Y K H S L
Decimal 254 183 84 0 0.28 0.67 0.00 34.94 0.99 0.66
Hex FE B7 54 0 1C 43 0 23 63 42
Octal 376 267 124 0 34 103 0 43 143 102
Binary 11111110 10110111 1010100 0 11100 1000011 0 100011 1100011 1000010

Color Harmonies of #FEB754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB754

Black with #FEB754

Text Example


Text Example

White with #FEB754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB754; }

 p { color: rgb(254,183,84); }

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

background-color css

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

 a { background-color: rgb(254,183,84); }

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

border-color css

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

 span { border-color: rgb(254,183,84); }

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