Html Css Color HEX #FDCB5A Kournikova

📋 copy color: '#FDCB5A'

red 253 ◦ green 203 ◦ blue 90

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

Shades of Kournikova #FDCB5A

Tints of Kournikova #FDCB5A

RGB

 RED value IS 253 (99.22% from 255) = 46.34%

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

 BLUE value IS 90 (35.55% from 255) = 16.48%

R = 46.34%
G = 37.18%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDCB5A (or 0xFDCB5A) is known color: Kournikova. HEX triplet: FD, CB and 5A. RGB value is (253,203,90). Sum of RGB (Red+Green+Blue) = 253+203+90=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 90 (35.55% from 255 or 16.48% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCB5A is #0234A5. Grayscale: #CDCDCD. Windows color (decimal): -144550 or 5950461. OLE color: 5950461.

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

Color convert

RGB 253 203 90 -
CMYK 0 0.20 0.64 0.01
HSL 41.6º 0.98% 0.67% -
HSV(B) 41.6º 0.64% 0.99% -
XYZ 63.71 64.33 18.73 -
YUV 205.07 63.07 162.19 -
System Red Green Blue C M Y K H S L
Decimal 253 203 90 0 0.20 0.64 0.01 41.6 0.98 0.67
Hex FD CB 5A 0 14 40 1 2A 62 43
Octal 375 313 132 0 24 100 1 52 142 103
Binary 11111101 11001011 1011010 0 10100 1000000 1 101010 1100010 1000011

Color Harmonies of #FDCB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCB5A

Black with #FDCB5A

Text Example


Text Example

White with #FDCB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCB5A; }

 p { color: rgb(253,203,90); }

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

background-color css

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

 a { background-color: rgb(253,203,90); }

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

border-color css

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

 span { border-color: rgb(253,203,90); }

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