Html Css Color HEX #FED34B Kournikova

📋 copy color: '#FED34B'

red 254 ◦ green 211 ◦ blue 75

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

Shades of Kournikova #FED34B

Tints of Kournikova #FED34B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.07%

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

R = 47.04%
G = 39.07%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FED34B (or 0xFED34B) is known color: Kournikova. HEX triplet: FE, D3 and 4B. RGB value is (254,211,75). Sum of RGB (Red+Green+Blue) = 254+211+75=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 75 (29.69% from 255 or 13.89% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FED34B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED34B is #012CB4. Grayscale: #D0D0D0. Windows color (decimal): -76981 or 4969470. OLE color: 4969470.

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

Color convert

RGB 254 211 75 -
CMYK 0 0.17 0.70 0.00
HSL 45.59º 0.99% 0.65% -
HSV(B) 45.59º 0.7% 1% -
XYZ 65.44 68.17 16.37 -
YUV 208.35 52.75 160.56 -
System Red Green Blue C M Y K H S L
Decimal 254 211 75 0 0.17 0.70 0.00 45.59 0.99 0.65
Hex FE D3 4B 0 11 46 0 2E 63 41
Octal 376 323 113 0 21 106 0 56 143 101
Binary 11111110 11010011 1001011 0 10001 1000110 0 101110 1100011 1000001

Color Harmonies of #FED34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED34B

Black with #FED34B

Text Example


Text Example

White with #FED34B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED34B; }

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

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

background-color css

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

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

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

border-color css

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

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

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