Html Css Color HEX #FBC85A Kournikova

📋 copy color: '#FBC85A'

red 251 ◦ green 200 ◦ blue 90

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

Shades of Kournikova #FBC85A

Tints of Kournikova #FBC85A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.97%

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

R = 46.4%
G = 36.97%
B = 16.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FBC85A (or 0xFBC85A) is known color: Kournikova. HEX triplet: FB, C8 and 5A. RGB value is (251,200,90). Sum of RGB (Red+Green+Blue) = 251+200+90=541 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.40% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 90 (35.55% from 255 or 16.64% from 541); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC85A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC85A is #0437A5. Grayscale: #CBCBCB. Windows color (decimal): -276390 or 5949691. OLE color: 5949691.

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

Color convert

RGB 251 200 90 -
CMYK 0 0.20 0.64 0.02
HSL 40.99º 0.95% 0.67% -
HSV(B) 40.99º 0.64% 0.98% -
XYZ 62.28 62.56 18.46 -
YUV 202.71 64.4 162.44 -
System Red Green Blue C M Y K H S L
Decimal 251 200 90 0 0.20 0.64 0.02 40.99 0.95 0.67
Hex FB C8 5A 0 14 40 2 29 5F 43
Octal 373 310 132 0 24 100 2 51 137 103
Binary 11111011 11001000 1011010 0 10100 1000000 10 101001 1011111 1000011

Color Harmonies of #FBC85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC85A

Black with #FBC85A

Text Example


Text Example

White with #FBC85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC85A; }

 p { color: rgb(251,200,90); }

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

background-color css

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

 a { background-color: rgb(251,200,90); }

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

border-color css

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

 span { border-color: rgb(251,200,90); }

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