Html Css Color HEX #FBC601 Golden Poppy

📋 copy color: '#FBC601'

red 251 ◦ green 198 ◦ blue 1

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

Shades of Golden Poppy #FBC601

Tints of Golden Poppy #FBC601

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44%

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 55.78%
G = 44%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FBC601 (or 0xFBC601) is known color: Golden Poppy. HEX triplet: FB, C6 and 01. RGB value is (251,198,1). Sum of RGB (Red+Green+Blue) = 251+198+1=450 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.78% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 1 (0.78% from 255 or 0.22% from 450); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC601 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC601 is #0439FE. Grayscale: #C0C0C0. Windows color (decimal): -276991 or 116475. OLE color: 116475.

HSL color Cylindrical-coordinate representation of color #FBC601: hue angle of 47.28º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FBC601 is Cyan = 0, Magento = 0.21, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 198 1 -
CMYK 0 0.21 1.00 0.02
HSL 47.28º 0.99% 0.49% -
HSV(B) 47.28º 1% 0.98% -
XYZ 59.98 60.9 8.62 -
YUV 191.39 20.56 170.52 -
System Red Green Blue C M Y K H S L
Decimal 251 198 1 0 0.21 1.00 0.02 47.28 0.99 0.49
Hex FB C6 1 0 15 64 2 2F 63 31
Octal 373 306 1 0 25 144 2 57 143 61
Binary 11111011 11000110 1 0 10101 1100100 10 101111 1100011 110001

Color Harmonies of #FBC601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC601

Black with #FBC601

Text Example


Text Example

White with #FBC601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC601; }

 p { color: rgb(251,198,1); }

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

background-color css

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

 a { background-color: rgb(251,198,1); }

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

border-color css

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

 span { border-color: rgb(251,198,1); }

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