Html Css Color HEX #F2B90D Selective Yellow

📋 copy color: '#F2B90D'

red 242 ◦ green 185 ◦ blue 13

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

Shades of Selective Yellow #F2B90D

Tints of Selective Yellow #F2B90D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.05%

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

R = 55%
G = 42.05%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2B90D (or 0xF2B90D) is known color: Selective Yellow. HEX triplet: F2, B9 and 0D. RGB value is (242,185,13). Sum of RGB (Red+Green+Blue) = 242+185+13=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 13 (5.47% from 255 or 2.95% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B90D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B90D is #0D46F2. Grayscale: #B7B7B7. Windows color (decimal): -870131 or 899570. OLE color: 899570.

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

Color convert

RGB 242 185 13 -
CMYK 0 0.24 0.95 0.05
HSL 45.07º 0.9% 0.5% -
HSV(B) 45.07º 0.95% 0.95% -
XYZ 54.04 53.6 7.88 -
YUV 182.44 32.38 170.49 -
System Red Green Blue C M Y K H S L
Decimal 242 185 13 0 0.24 0.95 0.05 45.07 0.9 0.5
Hex F2 B9 D 0 18 5F 5 2D 5A 32
Octal 362 271 15 0 30 137 5 55 132 62
Binary 11110010 10111001 1101 0 11000 1011111 101 101101 1011010 110010

Color Harmonies of #F2B90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B90D

Black with #F2B90D

Text Example


Text Example

White with #F2B90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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