Html Css Color HEX #FBCC5C Kournikova

📋 copy color: '#FBCC5C'

red 251 ◦ green 204 ◦ blue 92

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

Shades of Kournikova #FBCC5C

Tints of Kournikova #FBCC5C

RGB

 RED value IS 251 (98.44% from 255) = 45.89%

 GREEN value IS 204 (80.08% from 255) = 37.29%

 BLUE value IS 92 (36.33% from 255) = 16.82%

R = 45.89%
G = 37.29%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FBCC5C (or 0xFBCC5C) is known color: Kournikova. HEX triplet: FB, CC and 5C. RGB value is (251,204,92). Sum of RGB (Red+Green+Blue) = 251+204+92=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 92 (36.33% from 255 or 16.82% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCC5C is #0433A3. Grayscale: #CDCDCD. Windows color (decimal): -275364 or 6081787. OLE color: 6081787.

HSL color Cylindrical-coordinate representation of color #FBCC5C: hue angle of 42.26º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBCC5C is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 204 92 -
CMYK 0 0.19 0.63 0.02
HSL 42.26º 0.95% 0.67% -
HSV(B) 42.26º 0.63% 0.98% -
XYZ 63.31 64.47 19.23 -
YUV 205.29 64.07 160.61 -
System Red Green Blue C M Y K H S L
Decimal 251 204 92 0 0.19 0.63 0.02 42.26 0.95 0.67
Hex FB CC 5C 0 13 3F 2 2A 5F 43
Octal 373 314 134 0 23 77 2 52 137 103
Binary 11111011 11001100 1011100 0 10011 111111 10 101010 1011111 1000011

Color Harmonies of #FBCC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCC5C

Black with #FBCC5C

Text Example


Text Example

White with #FBCC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCC5C; }

 p { color: rgb(251,204,92); }

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

background-color css

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

 a { background-color: rgb(251,204,92); }

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

border-color css

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

 span { border-color: rgb(251,204,92); }

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