Html Css Color HEX #FED14B Kournikova

📋 copy color: '#FED14B'

red 254 ◦ green 209 ◦ blue 75

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

Shades of Kournikova #FED14B

Tints of Kournikova #FED14B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.85%

 BLUE value IS 75 (29.69% from 255) = 13.94%

R = 47.21%
G = 38.85%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FED14B (or 0xFED14B) is known color: Kournikova. HEX triplet: FE, D1 and 4B. RGB value is (254,209,75). Sum of RGB (Red+Green+Blue) = 254+209+75=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 75 (29.69% from 255 or 13.94% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FED14B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED14B is #012EB4. Grayscale: #CFCFCF. Windows color (decimal): -77493 or 4968958. OLE color: 4968958.

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

Color convert

RGB 254 209 75 -
CMYK 0 0.18 0.70 0.00
HSL 44.92º 0.99% 0.65% -
HSV(B) 44.92º 0.7% 1% -
XYZ 64.94 67.18 16.2 -
YUV 207.18 53.41 161.4 -
System Red Green Blue C M Y K H S L
Decimal 254 209 75 0 0.18 0.70 0.00 44.92 0.99 0.65
Hex FE D1 4B 0 12 46 0 2D 63 41
Octal 376 321 113 0 22 106 0 55 143 101
Binary 11111110 11010001 1001011 0 10010 1000110 0 101101 1100011 1000001

Color Harmonies of #FED14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED14B

Black with #FED14B

Text Example


Text Example

White with #FED14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED14B; }

 p { color: rgb(254,209,75); }

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

background-color css

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

 a { background-color: rgb(254,209,75); }

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

border-color css

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

 span { border-color: rgb(254,209,75); }

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