Html Css Color HEX #F2B40B Selective Yellow

📋 copy color: '#F2B40B'

red 242 ◦ green 180 ◦ blue 11

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

Shades of Selective Yellow #F2B40B

Tints of Selective Yellow #F2B40B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.54%

R = 55.89%
G = 41.57%
B = 2.54%

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

#F2B40B (or 0xF2B40B) is known color: Selective Yellow. HEX triplet: F2, B4 and 0B. RGB value is (242,180,11). Sum of RGB (Red+Green+Blue) = 242+180+11=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 11 (4.69% from 255 or 2.54% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B40B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B40B is #0D4BF4. Grayscale: #B4B4B4. Windows color (decimal): -871413 or 767218. OLE color: 767218.

HSL color Cylindrical-coordinate representation of color #F2B40B: hue angle of 43.9º 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 #F2B40B is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 180 11 -
CMYK 0 0.26 0.95 0.05
HSL 43.9º 0.91% 0.5% -
HSV(B) 43.9º 0.95% 0.95% -
XYZ 53 51.54 7.47 -
YUV 179.27 33.04 172.74 -
System Red Green Blue C M Y K H S L
Decimal 242 180 11 0 0.26 0.95 0.05 43.9 0.91 0.5
Hex F2 B4 B 0 1A 5F 5 2C 5B 32
Octal 362 264 13 0 32 137 5 54 133 62
Binary 11110010 10110100 1011 0 11010 1011111 101 101100 1011011 110010

Color Harmonies of #F2B40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B40B

Black with #F2B40B

Text Example


Text Example

White with #F2B40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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