Html Css Color HEX #F3C00F Golden Poppy

📋 copy color: '#F3C00F'

red 243 ◦ green 192 ◦ blue 15

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

Shades of Golden Poppy #F3C00F

Tints of Golden Poppy #F3C00F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.67%

 BLUE value IS 15 (6.25% from 255) = 3.33%

R = 54%
G = 42.67%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F3C00F (or 0xF3C00F) is known color: Golden Poppy. HEX triplet: F3, C0 and 0F. RGB value is (243,192,15). Sum of RGB (Red+Green+Blue) = 243+192+15=450 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 15 (6.25% from 255 or 3.33% from 450); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C00F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3C00F is #0C3FF0. Grayscale: #BBBBBB. Windows color (decimal): -802801 or 1032435. OLE color: 1032435.

HSL color Cylindrical-coordinate representation of color #F3C00F: hue angle of 46.58º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F3C00F is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 192 15 -
CMYK 0 0.21 0.94 0.05
HSL 46.58º 0.9% 0.51% -
HSV(B) 46.58º 0.94% 0.95% -
XYZ 55.9 56.79 8.47 -
YUV 187.07 30.9 167.89 -
System Red Green Blue C M Y K H S L
Decimal 243 192 15 0 0.21 0.94 0.05 46.58 0.9 0.51
Hex F3 C0 F 0 15 5E 5 2F 5A 33
Octal 363 300 17 0 25 136 5 57 132 63
Binary 11110011 11000000 1111 0 10101 1011110 101 101111 1011010 110011

Color Harmonies of #F3C00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C00F

Black with #F3C00F

Text Example


Text Example

White with #F3C00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C00F; }

 p { color: rgb(243,192,15); }

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

background-color css

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

 a { background-color: rgb(243,192,15); }

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

border-color css

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

 span { border-color: rgb(243,192,15); }

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