Html Css Color HEX #FBCB5C Kournikova

📋 copy color: '#FBCB5C'

red 251 ◦ green 203 ◦ blue 92

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

Shades of Kournikova #FBCB5C

Tints of Kournikova #FBCB5C

RGB

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

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

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

R = 45.97%
G = 37.18%
B = 16.85%

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

#FBCB5C (or 0xFBCB5C) is known color: Kournikova. HEX triplet: FB, CB and 5C. RGB value is (251,203,92). Sum of RGB (Red+Green+Blue) = 251+203+92=546 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.97% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 92 (36.33% from 255 or 16.85% from 546); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCB5C is #0434A3. Grayscale: #CDCDCD. Windows color (decimal): -275620 or 6081531. OLE color: 6081531.

HSL color Cylindrical-coordinate representation of color #FBCB5C: hue angle of 41.89º 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 #FBCB5C is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 203 92 -
CMYK 0 0.19 0.63 0.02
HSL 41.89º 0.95% 0.67% -
HSV(B) 41.89º 0.63% 0.98% -
XYZ 63.07 63.99 19.15 -
YUV 204.7 64.4 161.03 -
System Red Green Blue C M Y K H S L
Decimal 251 203 92 0 0.19 0.63 0.02 41.89 0.95 0.67
Hex FB CB 5C 0 13 3F 2 2A 5F 43
Octal 373 313 134 0 23 77 2 52 137 103
Binary 11111011 11001011 1011100 0 10011 111111 10 101010 1011111 1000011

Color Harmonies of #FBCB5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCB5C

Black with #FBCB5C

Text Example


Text Example

White with #FBCB5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCB5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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