Html Css Color HEX #F2A93D Yellow Sea

📋 copy color: '#F2A93D'

red 242 ◦ green 169 ◦ blue 61

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

Shades of Yellow Sea #F2A93D

Tints of Yellow Sea #F2A93D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.81%

 BLUE value IS 61 (24.22% from 255) = 12.92%

R = 51.27%
G = 35.81%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2A93D (or 0xF2A93D) is known color: Yellow Sea. HEX triplet: F2, A9 and 3D. RGB value is (242,169,61). Sum of RGB (Red+Green+Blue) = 242+169+61=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 61 (24.22% from 255 or 12.92% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A93D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A93D is #0D56C2. Grayscale: #B3B3B3. Windows color (decimal): -874179 or 4041202. OLE color: 4041202.

HSL color Cylindrical-coordinate representation of color #F2A93D: hue angle of 35.8º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2A93D is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 169 61 -
CMYK 0 0.30 0.75 0.05
HSL 35.8º 0.87% 0.59% -
HSV(B) 35.8º 0.75% 0.95% -
XYZ 51.65 47.59 10.88 -
YUV 178.52 61.68 173.28 -
System Red Green Blue C M Y K H S L
Decimal 242 169 61 0 0.30 0.75 0.05 35.8 0.87 0.59
Hex F2 A9 3D 0 1E 4B 5 24 57 3B
Octal 362 251 75 0 36 113 5 44 127 73
Binary 11110010 10101001 111101 0 11110 1001011 101 100100 1010111 111011

Color Harmonies of #F2A93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A93D

Black with #F2A93D

Text Example


Text Example

White with #F2A93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A93D; }

 p { color: rgb(242,169,61); }

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

background-color css

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

 a { background-color: rgb(242,169,61); }

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

border-color css

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

 span { border-color: rgb(242,169,61); }

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