Html Css Color HEX #FEB84A Koromiko

📋 copy color: '#FEB84A'

red 254 ◦ green 184 ◦ blue 74

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

Shades of Koromiko #FEB84A

Tints of Koromiko #FEB84A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.45%

R = 49.61%
G = 35.94%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FEB84A (or 0xFEB84A) is known color: Koromiko. HEX triplet: FE, B8 and 4A. RGB value is (254,184,74). Sum of RGB (Red+Green+Blue) = 254+184+74=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 74 (29.30% from 255 or 14.45% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB84A is #0147B5. Grayscale: #C0C0C0. Windows color (decimal): -83894 or 4897022. OLE color: 4897022.

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

Color convert

RGB 254 184 74 -
CMYK 0 0.28 0.71 0.00
HSL 36.67º 0.99% 0.64% -
HSV(B) 36.67º 0.71% 1% -
XYZ 59.25 55.85 14.14 -
YUV 192.39 61.19 171.94 -
System Red Green Blue C M Y K H S L
Decimal 254 184 74 0 0.28 0.71 0.00 36.67 0.99 0.64
Hex FE B8 4A 0 1C 47 0 25 63 40
Octal 376 270 112 0 34 107 0 45 143 100
Binary 11111110 10111000 1001010 0 11100 1000111 0 100101 1100011 1000000

Color Harmonies of #FEB84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB84A

Black with #FEB84A

Text Example


Text Example

White with #FEB84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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