Html Css Color HEX #FECB46 Kournikova

📋 copy color: '#FECB46'

red 254 ◦ green 203 ◦ blue 70

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

Shades of Kournikova #FECB46

Tints of Kournikova #FECB46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.28%

R = 48.2%
G = 38.52%
B = 13.28%

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

#FECB46 (or 0xFECB46) is known color: Kournikova. HEX triplet: FE, CB and 46. RGB value is (254,203,70). Sum of RGB (Red+Green+Blue) = 254+203+70=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 70 (27.73% from 255 or 13.28% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECB46 is #0134B9. Grayscale: #CBCBCB. Windows color (decimal): -79034 or 4639742. OLE color: 4639742.

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

Color convert

RGB 254 203 70 -
CMYK 0 0.20 0.72 0.00
HSL 43.37º 0.99% 0.64% -
HSV(B) 43.37º 0.72% 1% -
XYZ 63.33 64.22 14.85 -
YUV 203.09 52.9 164.31 -
System Red Green Blue C M Y K H S L
Decimal 254 203 70 0 0.20 0.72 0.00 43.37 0.99 0.64
Hex FE CB 46 0 14 48 0 2B 63 40
Octal 376 313 106 0 24 110 0 53 143 100
Binary 11111110 11001011 1000110 0 10100 1001000 0 101011 1100011 1000000

Color Harmonies of #FECB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB46

Black with #FECB46

Text Example


Text Example

White with #FECB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB46; }

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

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

background-color css

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

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

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

border-color css

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

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

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