Html Css Color HEX #F2B60D Selective Yellow

📋 copy color: '#F2B60D'

red 242 ◦ green 182 ◦ blue 13

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

Shades of Selective Yellow #F2B60D

Tints of Selective Yellow #F2B60D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.65%

 BLUE value IS 13 (5.47% from 255) = 2.97%

R = 55.38%
G = 41.65%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2B60D (or 0xF2B60D) is known color: Selective Yellow. HEX triplet: F2, B6 and 0D. RGB value is (242,182,13). Sum of RGB (Red+Green+Blue) = 242+182+13=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 182 (71.48% from 255 or 41.65% from 437); Blue value is 13 (5.47% from 255 or 2.97% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B60D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B60D is #0D49F2. Grayscale: #B5B5B5. Windows color (decimal): -870899 or 898802. OLE color: 898802.

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

Color convert

RGB 242 182 13 -
CMYK 0 0.25 0.95 0.05
HSL 44.28º 0.9% 0.5% -
HSV(B) 44.28º 0.95% 0.95% -
XYZ 53.42 52.36 7.67 -
YUV 180.67 33.38 171.74 -
System Red Green Blue C M Y K H S L
Decimal 242 182 13 0 0.25 0.95 0.05 44.28 0.9 0.5
Hex F2 B6 D 0 19 5F 5 2C 5A 32
Octal 362 266 15 0 31 137 5 54 132 62
Binary 11110010 10110110 1101 0 11001 1011111 101 101100 1011010 110010

Color Harmonies of #F2B60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B60D

Black with #F2B60D

Text Example


Text Example

White with #F2B60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B60D; }

 p { color: rgb(242,182,13); }

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

background-color css

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

 a { background-color: rgb(242,182,13); }

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

border-color css

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

 span { border-color: rgb(242,182,13); }

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