Html Css Color HEX #FBC70E Golden Poppy

📋 copy color: '#FBC70E'

red 251 ◦ green 199 ◦ blue 14

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

Shades of Golden Poppy #FBC70E

Tints of Golden Poppy #FBC70E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.02%

R = 54.09%
G = 42.89%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FBC70E (or 0xFBC70E) is known color: Golden Poppy. HEX triplet: FB, C7 and 0E. RGB value is (251,199,14). Sum of RGB (Red+Green+Blue) = 251+199+14=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 14 (5.86% from 255 or 3.02% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC70E is #0438F1. Grayscale: #C2C2C2. Windows color (decimal): -276722 or 968699. OLE color: 968699.

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

Color convert

RGB 251 199 14 -
CMYK 0 0.21 0.94 0.02
HSL 46.84º 0.97% 0.52% -
HSV(B) 46.84º 0.94% 0.98% -
XYZ 60.29 61.39 9.09 -
YUV 193.46 26.73 169.04 -
System Red Green Blue C M Y K H S L
Decimal 251 199 14 0 0.21 0.94 0.02 46.84 0.97 0.52
Hex FB C7 E 0 15 5E 2 2F 61 34
Octal 373 307 16 0 25 136 2 57 141 64
Binary 11111011 11000111 1110 0 10101 1011110 10 101111 1100001 110100

Color Harmonies of #FBC70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC70E

Black with #FBC70E

Text Example


Text Example

White with #FBC70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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