Html Css Color HEX #F3BA00 Golden Poppy

📋 copy color: '#F3BA00'

red 243 ◦ green 186 ◦ blue 0

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

Shades of Golden Poppy #F3BA00

Tints of Golden Poppy #F3BA00

RGB

 RED value IS 243 (95.31% from 255) = 56.64%

 GREEN value IS 186 (73.05% from 255) = 43.36%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.64%
G = 43.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F3BA00 (or 0xF3BA00) is known color: Golden Poppy. HEX triplet: F3, BA and 00. RGB value is (243,186,0). Sum of RGB (Red+Green+Blue) = 243+186+0=429 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.64% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3BA00 is #0C45FF. Grayscale: #B6B6B6. Windows color (decimal): -804352 or 47859. OLE color: 47859.

HSL color Cylindrical-coordinate representation of color #F3BA00: hue angle of 45.93º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F3BA00 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 186 0 -
CMYK 0 0.23 1 0.05
HSL 45.93º 1% 0.48% -
HSV(B) 45.93º 1% 0.95% -
XYZ 54.52 54.17 7.58 -
YUV 181.84 25.38 171.62 -
System Red Green Blue C M Y K H S L
Decimal 243 186 0 0 0.23 1 0.05 45.93 1 0.48
Hex F3 BA 0 0 17 64 5 2E 64 30
Octal 363 272 0 0 27 144 5 56 144 60
Binary 11110011 10111010 0 0 10111 1100100 101 101110 1100100 110000

Color Harmonies of #F3BA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BA00

Black with #F3BA00

Text Example


Text Example

White with #F3BA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BA00; }

 p { color: rgb(243,186,0); }

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

background-color css

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

 a { background-color: rgb(243,186,0); }

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

border-color css

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

 span { border-color: rgb(243,186,0); }

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