Html Css Color HEX #FECB48 Kournikova

📋 copy color: '#FECB48'

red 254 ◦ green 203 ◦ blue 72

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

Shades of Kournikova #FECB48

Tints of Kournikova #FECB48

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.37%

 BLUE value IS 72 (28.52% from 255) = 13.61%

R = 48.02%
G = 38.37%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FECB48 (or 0xFECB48) is known color: Kournikova. HEX triplet: FE, CB and 48. RGB value is (254,203,72). Sum of RGB (Red+Green+Blue) = 254+203+72=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 72 (28.52% from 255 or 13.61% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECB48 is #0134B7. Grayscale: #CBCBCB. Windows color (decimal): -79032 or 4770814. OLE color: 4770814.

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

Color convert

RGB 254 203 72 -
CMYK 0 0.20 0.72 0.00
HSL 43.19º 0.99% 0.64% -
HSV(B) 43.19º 0.72% 1% -
XYZ 63.4 64.25 15.19 -
YUV 203.32 53.9 164.15 -
System Red Green Blue C M Y K H S L
Decimal 254 203 72 0 0.20 0.72 0.00 43.19 0.99 0.64
Hex FE CB 48 0 14 48 0 2B 63 40
Octal 376 313 110 0 24 110 0 53 143 100
Binary 11111110 11001011 1001000 0 10100 1001000 0 101011 1100011 1000000

Color Harmonies of #FECB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB48

Black with #FECB48

Text Example


Text Example

White with #FECB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB48; }

 p { color: rgb(254,203,72); }

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

background-color css

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

 a { background-color: rgb(254,203,72); }

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

border-color css

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

 span { border-color: rgb(254,203,72); }

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