Html Css Color HEX #F3B201 Selective Yellow

📋 copy color: '#F3B201'

red 243 ◦ green 178 ◦ blue 1

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

Shades of Selective Yellow #F3B201

Tints of Selective Yellow #F3B201

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.18%

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

R = 57.58%
G = 42.18%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F3B201 (or 0xF3B201) is known color: Selective Yellow. HEX triplet: F3, B2 and 01. RGB value is (243,178,1). Sum of RGB (Red+Green+Blue) = 243+178+1=422 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.58% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 1 (0.78% from 255 or 0.24% from 422); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3B201 is #0C4DFE. Grayscale: #B2B2B2. Windows color (decimal): -806399 or 111347. OLE color: 111347.

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

Color convert

RGB 243 178 1 -
CMYK 0 0.27 1.00 0.05
HSL 43.88º 0.99% 0.48% -
HSV(B) 43.88º 1% 0.95% -
XYZ 52.89 50.9 7.07 -
YUV 177.26 28.53 174.89 -
System Red Green Blue C M Y K H S L
Decimal 243 178 1 0 0.27 1.00 0.05 43.88 0.99 0.48
Hex F3 B2 1 0 1B 64 5 2C 63 30
Octal 363 262 1 0 33 144 5 54 143 60
Binary 11110011 10110010 1 0 11011 1100100 101 101100 1100011 110000

Color Harmonies of #F3B201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3B201

Black with #F3B201

Text Example


Text Example

White with #F3B201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3B201; }

 p { color: rgb(243,178,1); }

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

background-color css

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

 a { background-color: rgb(243,178,1); }

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

border-color css

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

 span { border-color: rgb(243,178,1); }

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