Html Css Color HEX #F2B400 Selective Yellow

📋 copy color: '#F2B400'

red 242 ◦ green 180 ◦ blue 0

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

Shades of Selective Yellow #F2B400

Tints of Selective Yellow #F2B400

RGB

 RED value IS 242 (94.92% from 255) = 57.35%

 GREEN value IS 180 (70.7% from 255) = 42.65%

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

R = 57.35%
G = 42.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F2B400 (or 0xF2B400) is known color: Selective Yellow. HEX triplet: F2, B4 and 00. RGB value is (242,180,0). Sum of RGB (Red+Green+Blue) = 242+180+0=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B400 is #0D4BFF. Grayscale: #B2B2B2. Windows color (decimal): -871424 or 46322. OLE color: 46322.

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

Color convert

RGB 242 180 0 -
CMYK 0 0.26 1 0.05
HSL 44.63º 1% 0.47% -
HSV(B) 44.63º 1% 0.95% -
XYZ 52.94 51.52 7.15 -
YUV 178.02 27.54 173.64 -
System Red Green Blue C M Y K H S L
Decimal 242 180 0 0 0.26 1 0.05 44.63 1 0.47
Hex F2 B4 0 0 1A 64 5 2D 64 2F
Octal 362 264 0 0 32 144 5 55 144 57
Binary 11110010 10110100 0 0 11010 1100100 101 101101 1100100 101111

Color Harmonies of #F2B400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B400

Black with #F2B400

Text Example


Text Example

White with #F2B400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B400; }

 p { color: rgb(242,180,0); }

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

background-color css

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

 a { background-color: rgb(242,180,0); }

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

border-color css

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

 span { border-color: rgb(242,180,0); }

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