Html Css Color HEX #FBC70A Golden Poppy

📋 copy color: '#FBC70A'

red 251 ◦ green 199 ◦ blue 10

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

Shades of Golden Poppy #FBC70A

Tints of Golden Poppy #FBC70A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.26%

 BLUE value IS 10 (4.3% from 255) = 2.17%

R = 54.57%
G = 43.26%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FBC70A (or 0xFBC70A) is known color: Golden Poppy. HEX triplet: FB, C7 and 0A. RGB value is (251,199,10). Sum of RGB (Red+Green+Blue) = 251+199+10=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 199 (78.12% from 255 or 43.26% from 460); Blue value is 10 (4.30% from 255 or 2.17% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC70A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC70A is #0438F5. Grayscale: #C1C1C1. Windows color (decimal): -276726 or 706555. OLE color: 706555.

HSL color Cylindrical-coordinate representation of color #FBC70A: hue angle of 47.05º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FBC70A is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 199 10 -
CMYK 0 0.21 0.96 0.02
HSL 47.05º 0.97% 0.51% -
HSV(B) 47.05º 0.96% 0.98% -
XYZ 60.26 61.38 8.96 -
YUV 193 24.73 169.37 -
System Red Green Blue C M Y K H S L
Decimal 251 199 10 0 0.21 0.96 0.02 47.05 0.97 0.51
Hex FB C7 A 0 15 60 2 2F 61 33
Octal 373 307 12 0 25 140 2 57 141 63
Binary 11111011 11000111 1010 0 10101 1100000 10 101111 1100001 110011

Color Harmonies of #FBC70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC70A

Black with #FBC70A

Text Example


Text Example

White with #FBC70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC70A; }

 p { color: rgb(251,199,10); }

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

background-color css

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

 a { background-color: rgb(251,199,10); }

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

border-color css

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

 span { border-color: rgb(251,199,10); }

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