Html Css Color HEX #F3B30C Selective Yellow

📋 copy color: '#F3B30C'

red 243 ◦ green 179 ◦ blue 12

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

Shades of Selective Yellow #F3B30C

Tints of Selective Yellow #F3B30C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.24%

 BLUE value IS 12 (5.08% from 255) = 2.76%

R = 55.99%
G = 41.24%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F3B30C (or 0xF3B30C) is known color: Selective Yellow. HEX triplet: F3, B3 and 0C. RGB value is (243,179,12). Sum of RGB (Red+Green+Blue) = 243+179+12=434 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.99% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 12 (5.08% from 255 or 2.76% from 434); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B30C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3B30C is #0C4CF3. Grayscale: #B3B3B3. Windows color (decimal): -806132 or 832499. OLE color: 832499.

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

Color convert

RGB 243 179 12 -
CMYK 0 0.26 0.95 0.05
HSL 43.38º 0.91% 0.5% -
HSV(B) 43.38º 0.95% 0.95% -
XYZ 53.15 51.32 7.45 -
YUV 179.1 33.7 173.58 -
System Red Green Blue C M Y K H S L
Decimal 243 179 12 0 0.26 0.95 0.05 43.38 0.91 0.5
Hex F3 B3 C 0 1A 5F 5 2B 5B 32
Octal 363 263 14 0 32 137 5 53 133 62
Binary 11110011 10110011 1100 0 11010 1011111 101 101011 1011011 110010

Color Harmonies of #F3B30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3B30C

Black with #F3B30C

Text Example


Text Example

White with #F3B30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3B30C; }

 p { color: rgb(243,179,12); }

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

background-color css

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

 a { background-color: rgb(243,179,12); }

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

border-color css

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

 span { border-color: rgb(243,179,12); }

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