Html Css Color HEX #FED07B Salomie

📋 copy color: '#FED07B'

red 254 ◦ green 208 ◦ blue 123

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

Shades of Salomie #FED07B

Tints of Salomie #FED07B

RGB

 RED value IS 254 (99.61% from 255) = 43.42%

 GREEN value IS 208 (81.64% from 255) = 35.56%

 BLUE value IS 123 (48.44% from 255) = 21.03%

R = 43.42%
G = 35.56%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FED07B (or 0xFED07B) is known color: Salomie. HEX triplet: FE, D0 and 7B. RGB value is (254,208,123). Sum of RGB (Red+Green+Blue) = 254+208+123=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 208 (81.64% from 255 or 35.56% from 585); Blue value is 123 (48.44% from 255 or 21.03% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FED07B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED07B is #012F84. Grayscale: #D4D4D4. Windows color (decimal): -77701 or 8114430. OLE color: 8114430.

HSL color Cylindrical-coordinate representation of color #FED07B: hue angle of 38.93º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FED07B is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 208 123 -
CMYK 0 0.18 0.52 0.00
HSL 38.93º 0.98% 0.74% -
HSV(B) 38.93º 0.52% 1% -
XYZ 67 67.61 28.26 -
YUV 212.06 77.74 157.91 -
System Red Green Blue C M Y K H S L
Decimal 254 208 123 0 0.18 0.52 0.00 38.93 0.98 0.74
Hex FE D0 7B 0 12 34 0 27 62 4A
Octal 376 320 173 0 22 64 0 47 142 112
Binary 11111110 11010000 1111011 0 10010 110100 0 100111 1100010 1001010

Color Harmonies of #FED07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED07B

Black with #FED07B

Text Example


Text Example

White with #FED07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED07B; }

 p { color: rgb(254,208,123); }

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

background-color css

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

 a { background-color: rgb(254,208,123); }

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

border-color css

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

 span { border-color: rgb(254,208,123); }

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